Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public class EditFormValidateEditorEventArgs :
    BaseContainerValidateEditorEventArgs

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

See Also