Gets index of the ToolBar item within parent owner.

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

Syntax

C#
[JsonAttribute(true, true, "")]
[BrowsableAttribute(false)]
public override int Index { get; internal set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
<BrowsableAttribute(False)> _
Public Overrides Property Index As Integer
	Get
	Friend Set

See Also