Skip to main content

ASPxTreeListExportRenderBrickEventArgs.ImageValue Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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 column types:

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

For other column types the ImageValue property returns null.

See Also