IKaxTabContainerSelectedTab Property |
Gets the selected child tab.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax KaxTab SelectedTab { get; }
ReadOnly Property SelectedTab As KaxTab
Get
property KaxTab^ SelectedTab {
KaxTab^ get ();
}
abstract SelectedTab : KaxTab with get
Property Value
Type:
KaxTab
Returns the child tab which is currently selected. If no tab is selected
(the
SelectedIndex property is
-1) the
SelectedTab
property will return
null (
Nothing in VB.NET).
See Also