MVCxTab.SetActiveTabTextTemplateContent(String) Method
Allows you to create a template used for displaying the text content of the current 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 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 text content of an active tab in a TabControl use the extension’s TabControlSettings.SetActiveTabTextTemplateContent method.
See Also