EditFormValidateEditorEventArgs Class
Provides data for the BaseView.ValidatingEditor event when data editing is performed via the Edit Form.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The BaseView.ValidatingEditor event fires when attempting to save the edit value of an editor within the grid control. When data editing is performed via the Edit Form the EditFormValidateEditorEventArgs
class provides data related to this event. An instance of the EditFormValidateEditorEventArgs
class is passed to the BaseContainerValidateEditorEventHandler as a parameter.
Inheritance
Object
EventArgs
BaseContainerValidateEditorEventArgs
EditFormValidateEditorEventArgs
See Also