TabBase.TabControl Property
In This Article
Gets the control to which the current tab belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ASPxTabControlBase TabControl { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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