Skip to main content
Tab

TabControlTemplateContainerBase.TabBase Property

Gets a tab object for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabBase TabBase { get; }

Property Value

Type Description
TabBase

A TabBase object representing the tab object being rendered.

Remarks

This property is virtual in this base TabControlTemplateContainerBase class - it’s overridden in the descendants of the TabControlTemplateContainerBase. See the TabControlTemplateContainer.Tab and PageControlTemplateContainer.TabPage properties for more details.

See Also