MVCxTabPage.SetActiveTabTextTemplateContent(String) Method
Allows you to create a template used for displaying the text content of the current page’s tab when it’s active.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
content | String | A string value specifying the template content. |
Remarks
Use the SetActiveTabTextTemplateContent method to define the text content for the current page’s tab when it’s in the selected state. The template created using this method replaces the active tab’s text content.
To define the common content of an active tab in a PageControl, use the extension’s PageControlSettings.SetActiveTabTextTemplateContent method.
See Also