Back to Devexpress

EditFormValidateEditorEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-812f6ca8.md

latest2.4 KB
Original Source

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

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class EditFormValidateEditorEventArgs :
    BaseContainerValidateEditorEventArgs
vb
Public Class EditFormValidateEditorEventArgs
    Inherits 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

Object EventArgs BaseContainerValidateEditorEventArgs EditFormValidateEditorEventArgs

See Also

EditFormValidateEditorEventArgs Members

ValidatingEditor

BaseContainerValidateEditorEventArgs

BaseContainerValidateEditorEventHandler

DevExpress.XtraGrid.Views.Grid Namespace