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

ImageGalleryItem.FullscreenViewerTextTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public ITemplate FullscreenViewerTextTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object supporting the ITemplate interface, which contains the template used for displaying the item fullscreen viewer text area.

Remarks

Use the FullscreenViewerTextTemplate 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 an ASPxImageGallery control, use the ASPxImageGallery.FullscreenViewerItemTextTemplate property.

Note

Once a template defined by this property is created, it is instantiated within a container represented by the ImageGalleryThumbnailTemplateContainer class. The ImageGalleryThumbnailTemplateContainer class implements a set of properties which can be useful when designing a template and binding the controls composing this template to data.

See Also