ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonButtonCollection Class / Item Property / Item(Int32) Property
The specified index.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the button by the specified index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As C1RibbonButton
    public C1RibbonButton Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    The specified index.

    Property Value

    Returns the specified button by the index.
    See Also