ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonGroupCollection Class / Item Property / Item(Int32) Property
The specified index.

In This Topic
    Item(Int32) Property
    In This Topic
    Get C1RibbonGroup by index of collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal Index As System.Integer _
    ) As C1RibbonGroup
    public C1RibbonGroup Item( 
       System.int Index
    ) {get; set;}

    Parameters

    Index
    The specified index.

    Property Value

    Return C1RibbonGroup object.
    See Also