Skip to main content
All docs
V26.1
  • GridDataItemDeletingEventArgs Properties

    Contains data for the DataItemDeleting event.
    Name Description
    Cancel Specifies whether 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 whether to reload Grid data after the DataItemDeleting event handler is processed.
    See Also