TabControlSettings.SetActiveTabTextTemplateContent(String) Method
Allows you to create a common template used for displaying the text content of an active tab within the current TabControl.
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 common text content for the current TabControl’s active tab. The template created using this method replaces the active tab’s text.
To define the text content of a particular tab in the active state, use the tab’s MVCxTab.SetActiveTabTextTemplateContent method.
See Also