ClassPropertyGridValidatingEventArgs
Class
Event arguments that describe RadPropertyGrid's Validating event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PropertyGridValidatingEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPropertyGridValidatingEventArgs
Constructors
PropertyGridValidatingEventArgs(PropertyGridField)
Initializes a new instance of the PropertyGridValidatingEventArgs class.
Declaration
cs-api-definition
public PropertyGridValidatingEventArgs(PropertyGridField field)
Parameters
field
The field.
Properties
Field
Gets or sets the field.
Declaration
cs-api-definition
public PropertyGridField Field { get; set; }
Property Value
The field.
IsValid
Gets or sets a value that indicates whether the changes are valid.
ValidationResults
Gets the validation results.
Declaration
cs-api-definition
public IEnumerable<ValidationResult> ValidationResults { get; }
Property Value
IEnumerable<ValidationResult>
The validation results.