TabBase.TabControl Property
Gets the control to which the current tab belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ASPxTabControlBase | An ASPxTabControlBase object representing the control that contains the current tab. |
Remarks
The TabControl property provides access to the control (which can be either the ASPxTabControl or ASPxPageControl) to which the current object belongs (in particular, this is the control whose ASPxTabControl.Tabs or ASPxPageControl.TabPages collection contains the current object).
See Also