ValidationArgs Properties
Contains data for commands that validate row values within the GridControl.Name | Description |
---|---|
CancellationToken | Gets an object that notifies that changes made within a row should be canceled. |
IsNewItem | Gets whether the validate operation processes a new data item. |
Item | Gets a record in a data source. |
Result | Gets or sets an error description if row data are invalid. Null if data are valid. |
ResultAsync | Gets or sets a task that asynchronously posts changes to an underlying data source (database). |
UseCancellationToken | Gets or sets whether changes made within a row can be canceled. |
See Also