Skip to main content

TabControlSettings.SetActiveTabTextTemplateContent(String) Method

Allows you to create a common template used for displaying the text content of an active tab within the current TabControl.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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 TabControl’s active tab. The template created using this method replaces the active tab’s text.

To define the text content of a particular tab in the active state, use the tab’s MVCxTab.SetActiveTabTextTemplateContent method.

See Also