Gets index of the menu item within parent owner.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int Index { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Index As Integer
	Get

See Also