TreeListRowExportingEventArgs Properties
Contains data for the RowExporting event.’| Name | Description |
|---|---|
| Cancel | Specifies whether the row should be excluded from export. |
| DataItem | Returns a data source item that is bound to a currently processed row. |
| HasChildren | Returns whether the current row contains child rows. |
See Also