Class PropertyGridValidatingEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridValidatingEventArgs : RadRoutedEventArgs
Constructors
PropertyGridValidatingEventArgs(PropertyGridField)
Declaration
public PropertyGridValidatingEventArgs(PropertyGridField field)
Parameters
Property
|
Properties
Field
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.
|
NewValue
Declaration
public object NewValue { get; }
Property Value
System.
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.
|