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

ImageSliderItem.BinaryThumbnailUrl Property

Gets a URL of the cached binary thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public string BinaryThumbnailUrl { get; }

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.

See Also