ASPxPageControl.TabTextTemplate Property
Gets or sets a common template used for displaying the text content of all tabs within the current page control.
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 common text content for all tabs within the current page control. The template created using this property replaces the text content of each tab within the control.
To define the tab text content of a particular tabbed page, use the page’s TabPage.TabTextTemplate property.
Note
Once a template defined via the Tab