Skip to main content

MVCxTab.SetTabTextTemplateContent(String) Method

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

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

To define the common text content for all tabs in a TabControl, use the extension’s TabControlSettings.SetTabTextTemplateContent method.

See Also