Skip to main content
All docs
V23.2

ValidateNodeDeletionArgs Properties

Populates commands bound to the ValidateNodeDeletionCommand property with data.
Name Description
DisplayErrorMode Gets whether to display errors in the message box. Inherited from DeleteValidationArgs.
Items Gets an array of rows that a user wants to delete. Inherited from DeleteValidationArgs.
Paths
Result Gets or sets information about the error (its type and description). Inherited from DeleteValidationArgs.
ResultAsync Gets or sets a task that asynchronously deletes rows from the underlying data source (database). Inherited from DeleteValidationArgs.
See Also