Skip to main content

MVCxTabPage.SetTabTextTemplateContent(String) Method

Allows you to create a template used to display the content of the current page’s tab text.

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 page’s content for the current tab text. The template created using this method replaces the content of an individual tab text.

To define the common content for all tab text in a PageControl, use the extension’s ASPxPageControl.TabTextTemplatePageControlSettings.SetTabTextTemplateContent method.

See Also