EditFormRowValidationArgs Members
Contains data for the ValidateRow event and the command bound to the ValidateRowCommand property.Constructors
Name | Description |
---|---|
EditFormRowValidationArgs(Object, Boolean, Object, Nullable<CancellationToken>) | Initializes a new instance of the EditFormRowValidationArgs class with specified settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also