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

ImageGalleryItem.ImageContentBytes Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Byte[] *null*

A Byte array that contains the image contents.

See Also