ASPxClientTab.tabControl Property
Gets the tab control to which the current tab belongs.
Declaration
tabControl: ASPxClientTabControlBase
Property Value
Type | Description |
---|---|
ASPxClientTabControlBase | An ASPxClientTabControlBase object representing the control to which the tab belongs. |
Remarks
Use the tabControl property to identify and access the tab control object which owns the current tab.
See Also