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