EditFormValidateEditorEventArgs Properties
Provides data for the BaseView.ValidatingEditor event when data editing is performed via the Edit Form.| Name | Description |
|---|---|
| Column | Gets the GridColumn corresponding to the Edit Form‘s editor being validated. |
| ErrorText | Gets or sets the error description. Inherited from BaseContainerValidateEditorEventArgs. |
| Valid | Gets or sets whether the value is valid. Inherited from BaseContainerValidateEditorEventArgs. |
| Value | Gets or sets the value being validated. Inherited from BaseContainerValidateEditorEventArgs. |
See Also