Skip to main content
A newer version of this page is available. .

ImageGallerySettings.SetFullscreenViewerItemTextTemplateContent(String) Method

Gets or sets a common template used for displaying the content of all items’ fullscreen viewer text area.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void SetFullscreenViewerItemTextTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

Use the SetFullscreenViewerItemTextTemplateContent property to define a common item fullscreen viewer text area template.

The thumbnail content of an individual item can be defined using the item’s MVCxImageGalleryItem.SetFullscreenViewerTextTemplateContent property.

See Also