GridValidateRowDeletionEventArgs Properties
Provides data for the ValidateRowDeletion event.| Name | Description |
|---|---|
| DisplayErrorMode | Gets or sets whether to display an error message. |
| Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs. |
| OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs. |
| Result | Gets or sets information about the error (its type and description). |
| ResultAsync | Gets or sets a task that asynchronously deletes rows from the underlying data source (database). |
| RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs. |
| RowHandles | Gets handles of rows that a user wants to delete. |
| Rows | Gets rows that a user wants to delete. |
| Source | Gets a control (GridControl or TreeListControl) that raised the event. |
See Also