Click or drag to resize
IKaxTabContainerSelectedIndex Property
Gets or sets the index of the selected child tab.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
int SelectedIndex { get; set; }

Property Value

Type: Int32
The zero based index of the selected tab. The default value is -1 (no child tab is selected).
Remarks
Use the SelectedIndex property to programmatically specify the selected child tab in a IKaxTabContainer (KaxTabControl or KaxTab). To clear the selection set the SelectedIndex property to -1.
See Also