Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public void SetActiveTabTextTemplateContent(
    string content
)

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