The following tables list the members exposed by DocumentExportInitializeRowEventArgs.
Name | Description | |
---|---|---|
Row | The grid row being initialized. | |
SkipDescendants | Specifies whether to skip the descendats of the current row. | |
SkipRow | Specifies whether to skip the current row. | |
SkipSiblings | Specifies whether to skip sibling rows of the current row. | |
TerminateExport | Specifies whether to terminate the export process. If the export is terminated, the current row will not be processed. |