Gets or sets the index of the selected tab.

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

Syntax

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

Implements

ITabOwner..::..SelectedIndex

Remarks

The default value for this property is 0.

See Also