ValidateCellEventArgs Class
Provides data for the PropertyGridControl.ValidateCell event.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Remarks
The PropertyGridControl.ValidateCell event is raised when the cell is about to lose focus.
Use the ValidateCellEventArgs instance to get the new and old values and specify the error message.
Inheritance
Object
EventArgs
RoutedEventArgs
ValidateCellEventArgs
See Also