Tab.ActiveTabTextTemplate Property
Gets or sets a template used for displaying the text content of the current tab when it’s active.
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 ActiveTabTextTemplate property to define the text content for the current tab when it’s in the selected state. The template created using this property replaces the active tab’s text content.
To define the common text content of an active tab in a tab control, use the control’s ASPxTabControlBase.ActiveTabTextTemplate property.
Note
Once a template defined via the Active