The current item's index which is in SplitButton's item list.

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

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[JsonAttribute(true)]
public int NestedItemIndex { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<JsonAttribute(True)> _
Public Property NestedItemIndex As Integer
	Get
	Set

See Also