Skip to main content

EditFormValidateEditorEventArgs(GridColumn, Object) Constructor

Initializes a new instance of the EditFormValidateEditorEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public EditFormValidateEditorEventArgs(
    GridColumn column,
    object value
)

Parameters

Name Type
column GridColumn
value Object
See Also