ASPxImageSlider.ThumbnailContentBytesField Property
Gets or sets the data source field which provides item thumbnail binary images.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the name of the data source field which contains binary images. |
#Remarks
The ASPxImageSlider control provides the ability to display binary images. Use the ThumbnailContentBytesField
property to specify the data source field from which thumbnail binary images should be retrieved. If the ThumbnailContentBytesField
property of a data bound image slider is not defined, the control can automatically obtain an item text from a data field whose name is “ThumbnailImageContentBytes”.
To specify the data source field which provides item binary images, use the ASPxImageSlider.ImageContentBytesField property.
Note that the ASPxImageSlider control caches the images to the folder specified via the ImageCacheFolder property. To get a cached thumbnail URL, use the ImageSliderItem.BinaryThumbnailUrl property.