TreeListDocumentExportCustomizeCellEventArgs Properties
Contains data for the CustomizeCell event.Name | Description |
---|---|
AreaType | Returns the area containing the processed cell. Inherited from GridDocumentExportCustomizeCellEventArgsBase. |
ColumnFieldName | Returns the column field name of the processed cell. Inherited from GridDocumentExportCustomizeCellEventArgsBase. |
DataItem | Returns the data item bound to the processed data row. Inherited from GridDocumentExportCustomizeCellEventArgsBase. |
ElementStyle | Specifies element style settings. Inherited from GridDocumentExportCustomizeElementStyleEventArgsBase. |
Handled | Specifies whether to apply customizations to the processed cell. Inherited from GridDocumentExportCustomizeCellEventArgsBase. |
SummaryItems | Returns information about summary items displayed in the processed cell. |
Text | Specifies text displayed in the processed document element. Inherited from GridDocumentExportCustomizeElementEventArgsBase. |
Value | Returns the processed cell value. Inherited from GridDocumentExportCustomizeCellEventArgsBase. |
See Also