GridRowExportingEventArgs Properties
Contains data for the RowExporting event.| Name | Description |
|---|---|
| Cancel | Specifies whether the row exporting should be canceled. |
| DataItem | Returns a data source item that is bound to a row currently being processed. |
| GroupFieldName | Returns the name of a data source field bound to the processed group column. |
| IsGroupRow | Indicates whether the processed row is a group row. |
See Also