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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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