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

TabsSpaceTemplateContainer.TabControl Property

Gets the ASPxTabControlBase object that owns the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxTabControlBase TabControl { get; }

Property Value

Type Description
ASPxTabControlBase

An ASPxTabControlBase object that owns the current object.

See Also