ImageSliderItem.BinaryThumbnailUrl Property
Gets a URL of the cached binary thumbnail.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A string value that specifies the item thumbnail url. |
Remarks
The ASPxImageSlider control provides the ability to display binary images. Use the ASPxImageSlider.ImageContentBytesField and ASPxImageSlider.ThumbnailContentBytesField properties to specify the data source fields from which binary images and thumbnails should be retrieved. The ASPxImageSlider control caches binary images to the folder specified via the ASPxImageSlider.BinaryImageCacheFolder property.
Use the BinaryThumbnailUrl property to access the cached thumbnail URL. To get the cached image URL, use the ImageSliderItem.BinaryImageUrl property.