Skip to main content
Tab

TabsSpaceTemplateContainer.TabControl Property

Gets the ASPxTabControlBase object that owns the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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