ComponentOne FinancialChart for WPF
DisplayIndex Property



C1.WPF Namespace > C1RadialMenuItem Class : DisplayIndex Property
Gets or sets the zero-based index of this item which should be used to layout this item in the parent submenu.
Syntax
'Declaration
 
Public Property DisplayIndex As Integer
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As Integer
 
instance.DisplayIndex = value
 
value = instance.DisplayIndex
public int DisplayIndex {get; set;}
public:
property int DisplayIndex {
   int get();
   void set (    int value);
}
Remarks
The default value is -1 and the actual item index is defined by its place in the parent Items collection.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members