TabBase.TabTemplate Property
Gets or sets a template used to display the content of the current tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
The TabTemplate property defines the content for an individual tab. This property is virtual in the TabBase class and is overridden in the descendants of this class. See the Tab.TabTemplate and TabPage.TabTemplate properties for more details.
Note
Once a template defined via the Tab