ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonGroupCollection Class / Item Property / Item(String) Property
The specified key.

In This Topic
    Item(String) Property
    In This Topic
    Get C1RibbonGroup by key of collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal Name As System.String _
    ) As C1RibbonGroup
    public C1RibbonGroup Item( 
       System.string Name
    ) {get;}

    Parameters

    Name
    The specified key.

    Property Value

    Return C1RibbonGroup object.
    See Also