Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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