Back to Devexpress

EditFormValidateEditorEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-editformvalidateeditoreventargs.md

latest1.9 KB
Original Source

EditFormValidateEditorEventArgs.Column Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
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

ValidatingEditor

Edit Data. Create Cell Editors. Validate User Input

EditFormValidateEditorEventArgs Class

EditFormValidateEditorEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace