TabControlTemplateContainerBase.TabBase Property
In This Article
Gets a tab object for which the template’s content is being instantiated.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#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