Gets the index of the current menu item.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public int Index { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Index As Integer |
Property Value
Type: Int32 An instance of the System.Int32 structure specifying the item's index within a MenuItemCollection.
See Also
|