windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-812f6ca8.md
Provides data for the BaseView.ValidatingEditor event when data editing is performed via the Edit Form.
Namespace : DevExpress.XtraGrid.Views.Grid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class EditFormValidateEditorEventArgs :
BaseContainerValidateEditorEventArgs
Public Class EditFormValidateEditorEventArgs
Inherits BaseContainerValidateEditorEventArgs
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.
Object EventArgs BaseContainerValidateEditorEventArgs EditFormValidateEditorEventArgs
See Also
EditFormValidateEditorEventArgs Members
BaseContainerValidateEditorEventArgs