Tab.TabTextTemplate Property
Gets or sets a template used to display the text 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 TabTextTemplate property to define the text content for the current tab. The template created using this property replaces the text of an individual tab.
To define the common text content for all tabs in a tab control, use the control’s ASPxTabControlBase.TabTextTemplate property.
Note
Once a template defined via the Tab