Click or drag to resize
KaxTabControlSelectedTab Property
Gets 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
public KaxTab SelectedTab { 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).

Implements

IKaxTabContainerSelectedTab
See Also