Class PropertyGridValidatedEventArgs
Inheritance
System.Object
PropertyGridValidatedEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridValidatedEventArgs : RadRoutedEventArgs
Constructors
Declaration
public PropertyGridValidatedEventArgs(PropertyGridField field, IList<ValidationResult> validationResults)
Parameters
|
PropertyGridField
field
|
|
System.Collections.Generic.IList<System.ComponentModel.DataAnnotations.ValidationResult>
validationResults
|
Properties
Declaration
public PropertyGridField Field { get; set; }
Property Value
Declaration
public IList<ValidationResult> ValidationResults { get; }
Property Value
|
System.Collections.Generic.IList<System.ComponentModel.DataAnnotations.ValidationResult>
|
Extension Methods