Tab.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
Use the TabTemplate property to define the content for the current tab. The template created using this property replaces the content of an individual tab - in particular, the image and text associated with the tab.
Note that any style settings defined for the tab via specific properties (such as the ASPxTabControlBase.ActiveTabStyle or TabBase.ActiveTabStyle) are still in effect for the tab whose contents are specified through using the TabTemplate property.
To define a common content for all tabs in a tab control, use the control’s ASPxTabControl.TabTemplate property.
Note
Once a template defined via the Tab