Back to Devexpress

TabBase.TabControl Property

aspnet-devexpress-dot-web-dot-tabbase-be4f3940.md

latest1.6 KB
Original Source

TabBase.TabControl Property

Gets the control to which the current tab belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxTabControlBase TabControl { get; }
vb
Public Overridable ReadOnly Property TabControl As ASPxTabControlBase

Property Value

TypeDescription
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

Page Control and Tab Control

TabBase Class

TabBase Members

DevExpress.Web Namespace