ImageGalleryItem.FullscreenViewerThumbnailUrl Property
Gets or sets the path to the item fullscreen viewer thumbnail.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that specifies the path to the thumbnail. |
Remarks
Use the FullscreenViewerThumbnailUrl property to specify a URL that is the path to the item fullscreen viewer thumbnail. If the ASPxImageGallery is bound to a data source, you can specify the data source’s data field (or an xml element’s attribute) which stores locations of item thumbnails via the ASPxImageGallery.FullscreenViewerThumbnailUrlField property.
If the FullscreenViewerThumbnailUrl property is not specified, a thumbnail is automatically created from the image specified via the ImageGalleryItem.ImageUrl property.