Back to Devexpress

EditFormValidateEditorEventArgs Properties

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

latest1.7 KB
Original Source

EditFormValidateEditorEventArgs Properties

Provides data for the BaseView.ValidatingEditor event when data editing is performed via the Edit Form.

NameDescription
ColumnGets the GridColumn corresponding to the Edit Form ‘s editor being validated.
ErrorTextGets or sets the error description. Inherited from BaseContainerValidateEditorEventArgs.
ValidGets or sets whether the value is valid. Inherited from BaseContainerValidateEditorEventArgs.
ValueGets or sets the value being validated. Inherited from BaseContainerValidateEditorEventArgs.

See Also

EditFormValidateEditorEventArgs Class

EditFormValidateEditorEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace