ASPxImageGallery.FullscreenViewerTextTemplate Property
Gets or sets a template used for displaying the content of fullscreen viewer text area.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the ITemplate interface, which contains the template. |
Remarks
The fullscreen viewer text area can be templated at the control level using the ASPxImageGallery.FullscreenViewerItemTextTemplate or ASPxImageGallery.FullscreenViewerTextTemplate
property.
- The ASPxImageGallery.FullscreenViewerItemTextTemplate property specifies a text area template that will be rendered for each control item. When the active item is changed within the fullscreen viewer, the displayed template is also changed.
- The
ASPxImageGallery.FullscreenViewerTextTemplate
property specifies a text area template that will be rendered once. When the active item is changed within the fullscreen viewer, the displayed template is not changed.
The thumbnail content of an individual item can be defined using the item’s ImageGalleryItem.FullscreenViewerTextTemplate property.
Note
Once a template defined by this property is created, it is instantiated within a container represented by the ImageGalleryFullscreenViewerItemTemplateContainer class. The ImageGalleryFullscreenViewerItemTemplateContainer class implements a set of properties which can be useful when designing a template and binding the controls composing this template to data.