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