DeleteValidationArgs Properties
Populates commands bound to the DataViewBase.DataSourceRefresh and ValidateNodeDeletionCommand properties with data.Name | Description |
---|---|
DisplayErrorMode | Gets whether to display errors in the message box. |
Items | Gets an array of rows that a user wants to delete. |
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). |
See Also