GridDataItemDeletingEventArgs Properties
Contains data for the DataItemDeleting event.
Name | Description |
---|---|
Cancel | Specifies whether to remove the processed data item from selection. |
Data |
Returns the processed data item. |
Grid | Returns an object that defines grid API members (properties and methods). |
Reload |
Specifies whether to reload Grid data after the Data |
See Also