Skip to main content

ImageGallerySettings.SetFullscreenViewerTextTemplateContent(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetFullscreenViewerTextTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

Remarks

The fullscreen viewer text area can be templated at the extension level using the ImageGallerySettings.SetFullscreenViewerItemTextTemplateContent or ImageGallerySettings.SetFullscreenViewerTextTemplateContent property.

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

See Also