ASPxTabControlBase.TabTextTemplate Property
In This Article
Gets or sets a common template used to display the text content of all the tabs within the current 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
The TabTextTemplate property defines the common text content for all the tabs within a tab control.
Note
Once a template defined via the Tab
See Also