TabPage.ActiveTabTextTemplate Property
Gets or sets a template used for displaying the text content of the current page’s 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 page’s 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 content of an active tab in a page control, use the control’s ASPxPageControl.ActiveTabTextTemplate property.
Note
Once a template defined via the Active