ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / Index Property



In This Topic
    Index Property (C1TreeViewItem)
    In This Topic
    Gets the index of this C1.Silverlight.C1TreeViewItem in its parent items collection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As C1TreeViewItem
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    public:
    property int Index {
       int get();
    }
    See Also