Skip to main content
.NET 6.0+

GridListEditor.GetColumnError Event

Occurs when the validation error occurs within the editable column.

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Package: DevExpress.ExpressApp.Win

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