TabControlTemplateContainerBase.TabBase Property
Gets a tab object for which the template’s content is being instantiated.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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