DataAwareEventArgsBase Properties
Provides data used to identify elements of controls during an export procedure.Name | Description |
---|---|
DataSourceOwner | Gets the source control being exported. |
DataSourceRowIndex | Gets the data source row index to which the current cell belongs. |
DocumentRow | 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. |
RowHandle | Gets the handle (identifier) of the current data row in the source control. |
See Also