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

ImageSliderItem.ThumbnailContentBytes Property

Gets or sets an array of the bytes representing the item thumbnail.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public byte[] ThumbnailContentBytes { get; set; }

Property Value

Type Default Description
Byte[] *null*

A Byte array that contains the thumbnail’s contents.

See Also