EditFormRowValidationArgs Properties
Contains data for the ValidateRow event and the command bound to the ValidateRowCommand property.Name | Description |
---|---|
CancellationToken | Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. |
EditOperationContext | Gets the edit operation’s data context. |
IsNewItem | Gets whether the dialog edit form was invoked to add a new item to the GridControl. |
Item | Gets the processed data record. |
ValidateAsync | Gets or sets the task that validates changes and posts them to the data source. |
See Also