Skip to main content

MVCxImageGalleryItem.SetFullscreenViewerTextTemplateContent(String) Method

Gets or sets a template used for displaying the content of the particular item’s 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

Use the SetFullscreenViewerTextTemplateContent property to control the contents of the particular item’s fullscreen viewer text area.

In order to define a common content for all items within the ImageGallery extension, use the ImageGallerySettings.SetFullscreenViewerTextTemplateContent property.

See Also