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

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

Syntax

JavaScript
function get_selectedIndex();
function set_selectedIndex(value);

Implements

ITabOwner..::..SelectedIndex

See Also