Skip to main content

ValidateCellEventArgs Class

Provides data for the PropertyGridControl.ValidateCell event.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public class ValidateCellEventArgs :
    RoutedEventArgs

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