Skip to main content

TabControlSettings.SetTabTextTemplateContent(String) Method

Allows you to create a common template used to display the text content of all the tabs within the current TabControl.

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

The SetTabTextTemplateContent method defines a common text content for all the tabs within a TabControl.

See Also