GridDocumentExportCustomizeCellEventArgsBase Properties
Contains base data for events that customize exported table cells.| Name | Description |
|---|---|
| AreaType | Returns the area containing the processed cell. |
| ColumnFieldName | Returns the column field name of the processed cell. |
| DataItem | Returns the data item bound to the processed data row. |
| ElementStyle | Specifies element style settings. Inherited from GridDocumentExportCustomizeElementStyleEventArgsBase. |
| Handled | Specifies whether to apply customizations to the processed cell. |
| Text | Specifies text displayed in the processed document element. Inherited from GridDocumentExportCustomizeElementEventArgsBase. |
| Value | Returns the processed cell value. |
See Also