Skip to main content
Tab

ImageSliderItem.BinaryImageUrl Property

Gets a URL of the cached binary image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String null

A string value that specifies the item image 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 BinaryImageUrl property to access the cached image URL. To get the cached thumbnail URL, use the ImageSliderItem.BinaryThumbnailUrl property.

See Also