Skip to main content

PageControlSettings.SetTabTextTemplateContent(String) Method

Allows you to create a common template used for displaying the text content of all tabs within the current PageControl.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetTabTextTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

Use the SetTabTextTemplateContent method to define the common text content for all tabs within the current PageControl. The template created using this method replaces the text content of each tab within the PageControl.

To define the tab text content of a particular tabbed page, use the page’s MVCxTabPage.SetTabTextTemplateContent method.

See Also