Class PropertyGridValidatingEventArgs
Inheritance
System.Object
PropertyGridValidatingEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridValidatingEventArgs : RadRoutedEventArgs
Constructors
Declaration
public PropertyGridValidatingEventArgs(PropertyGridField field)
Parameters
Properties
Declaration
public PropertyGridField Field { get; set; }
Property Value
Declaration
public bool IsValid { get; set; }
Property Value
Declaration
public object NewValue { get; }
Property Value
Declaration
public object OldValue { get; }
Property Value
Extension Methods