IKaxTabContainerTabs Property |
Gets the collection of child tabs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax KaxTabCollection Tabs { get; }
ReadOnly Property Tabs As KaxTabCollection
Get
property KaxTabCollection^ Tabs {
KaxTabCollection^ get ();
}
abstract Tabs : KaxTabCollection with get
Property Value
Type:
KaxTabCollection
A
KaxTabCollection which represents the child tabs of
the
IKaxTabContainer.
See Also