Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.ImageValue Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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