Back to Devexpress

ValidateCellEventArgs Class

wpf-devexpress-dot-xpf-dot-propertygrid-ed69899c.md

latest1.7 KB
Original Source

ValidateCellEventArgs Class

Provides data for the PropertyGridControl.ValidateCell event.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public class ValidateCellEventArgs :
    RoutedEventArgs
vb
Public Class ValidateCellEventArgs
    Inherits RoutedEventArgs

ValidateCellEventArgs is the data class for the following events:

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

ValidateCellEventArgs Members

DevExpress.Xpf.PropertyGrid Namespace