ASPxVerticalGridRenderBrickEventArgs Properties
Provides data for the ASPxVerticalGridExporter.RenderBrick event.Name | Description |
---|---|
BrickStyle | Gets the appearance settings used to paint report bricks. |
ExportPart | Gets which part of the ASPxVerticalGrid is currently being exported. |
ImageValue | Gets or sets an array of bytes that contains the processed brick’s image. |
KeyValue | Gets the processed record’s key. |
Row | Gets a record that corresponds to the processed grid element. |
Text | Gets or sets the text displayed within the brick currently being rendered. |
TextValue | Gets or sets the processed brick’s value. |
Url | Gets or sets the rendered brick’s URL. |
Value | Gets the processed data cell’s value. |
VisibleIndex | Gets the processed record’s visible index. |
XlsxFormatString | Specifies the format string applied to the processed brick’s value when exporting to Excel format (XLS or XLSX). |
See Also