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

GridListEditor.GetColumnError Event

Occurs when the validation error occurs within the editable column.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public event EventHandler<GetColumnErrorEventArgs> GetColumnError

Event Data

The GetColumnError event's data class is DevExpress.ExpressApp.Win.Editors.GetColumnErrorEventArgs.

Remarks

Handle this event to customize the error message.

See Also