Skip to main content
A newer version of this page is available. .
Tab

TabBase.TabControl Property

Gets the control to which the current tab belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ASPxTabControlBase TabControl { get; }

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