Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1RadialMenuItem Class / DisplayIndex Property

In This Topic
    DisplayIndex Property
    In This Topic
    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
    public int DisplayIndex {get; set;}
    Remarks
    The default value is -1 and the actual item index is defined by its place in the parent Items collection.
    See Also