Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / Index Property


In This Topic
    Index Property
    In This Topic
    Gets or sets the zero-based index of the SmartItem within its ContainingCollection.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <DescriptionAttribute("The zero-based index of the SmartItem within its ContainingCollection.")>
    <CategoryAttribute("Appearance")>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(False)>
    Public Property Index As Integer
    'Usage
     
    Dim instance As SmartItem
    Dim value As Integer
     
    instance.Index = value
     
    value = instance.Index
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Description("The zero-based index of the SmartItem within its ContainingCollection.")]
    [Category("Appearance")]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(false)]
    public int Index {get; set;}

    Property Value

    A value representing the zero-based index of the SmartItem within its ContainingCollection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also