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