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

ASPxVerticalGridRenderBrickEventArgs.ImageValue Property

Gets or sets an array of bytes that contains the processed brick’s image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public byte[] ImageValue { get; set; }

Property Value

Type Description
Byte[]

An array of bytes that contains the processed brick’s binary image.

Remarks

Use the ImageValue property to obtain and specify the processed brick’s image. The ImageValue property is in effect for the following row types:

  • VerticalGridBinaryImageRow - the ImageValue property returns an array of bytes that contains the processed brick’s image.
  • VerticalGridImageRow - the ImageValue property returns null. However, you can specify the binary image value to be exported.

For other row types, the ImageValue property returns null.

See Also