Gets or sets the index of the selected tab in the child group.

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

Syntax

C#
[DescriptionAttribute("Gets or sets the index of the selected tab in the child group.")]
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
[CategoryAttribute("Behavior")]
public int SelectedIndex { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("Gets or sets the index of the selected tab in the child group.")> _
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
<CategoryAttribute("Behavior")> _
Public Property SelectedIndex As Integer
	Get
	Set

Implements

ITabOwner..::..SelectedIndex

Remarks

The default value for this property is 0.

See Also