Gets the index of selected item.

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

Syntax

C#
[DefaultValueAttribute()]
[LayoutAttribute(LayoutType.Behavior)]
public int SelectedIndex { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property SelectedIndex As Integer
	Get
	Set

See Also