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

EditFormValidateEditorEventArgs.Column Property

Gets the GridColumn corresponding to the Edit Form‘s editor being validated.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

The GridColumn corresponding to the Edit Form‘s editor being validated.

Remarks

The Column property returns the GridColumn corresponding to the Edit Form‘s editor being validated.

See Also