Skip to main content

ASPxClientTab.tabControl Property

Gets the tab control to which the current tab belongs.

#Declaration

TypeScript

#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