ImageGalleryItem.ImageContentBytes Property
In This Article
Gets or sets an array of the bytes representing the item image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Byte[] | null | A Byte array that contains the image contents. |
See Also