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

ASPxImageSlider.BinaryImageCacheFolder Property

OBSOLETE

Use the SettingsAutoGeneratedImages.ImageCacheFolder property instead.

Gets or sets the path to the folder that contains binary images displayed by the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
[Obsolete("Use the SettingsAutoGeneratedImages.ImageCacheFolder property instead.")]
public string BinaryImageCacheFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the path to the folder.

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 the images to the folder specified via the BinaryImageCacheFolder property. You can get the URLs of cached image and thumbnails using an item’s ImageSliderItem.BinaryImageUrl and ImageSliderItem.BinaryThumbnailUrl properties respectively.

See Also