EditFormValidateEditorEventArgs Properties
Provides data for the BaseView.ValidatingEditor event when data editing is performed via the Edit Form.
Name | Description |
---|---|
Column |
Gets the Grid |
Error |
Gets or sets the error description.
Inherited from Base |
Valid |
Gets or sets whether the value is valid.
Inherited from Base |
Value |
Gets or sets the value being validated.
Inherited from Base |
See Also