ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MenuItem Class / Index Property

In This Topic
    Index Property (C1MenuItem)
    In This Topic
    Gets the index of this C1.Silverlight.C1MenuItem in its parent items collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As System.Integer
    public System.int Index {get;}
    See Also