Skip to main content

RibbonSettings.SetFileTabTemplateContent(String) Method

Allows you to specify a template used for displaying the content of the file tab.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetFileTabTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

Use the SetFileTabTemplateContent property to define the content of the file tab. The template created using this property replaces the file tab’s content - in particular, the image and text associated with the tab.

See Also