GridListEditor.GetColumnError Event
Occurs when the validation error occurs within the editable column.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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