DataAwareEventArgsBase Properties
Provides data used to identify elements of controls during an export procedure.
Name | Description |
---|---|
Data |
Gets the source control being exported. |
Data |
Gets the data source row index to which the current cell belongs. |
Document |
Gets the index of the row in the export output to which the current cell is exported. |
Handled | Gets or sets whether the event is handled, and thus your cell customizations will be applied. |
Row |
Gets the handle (identifier) of the current data row in the source control. |
See Also