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

ValidateCellEventArgs Class

Provides data for the PropertyGridControl.ValidateCell event.

Namespace: DevExpress.Xpf.PropertyGrid

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

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