ComponentOne FinancialChart for WPF
Index Property (C1MenuItem)



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

Reference

C1MenuItem Class
C1MenuItem Members