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