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