Class
PropertyGridValidatingEventArgs

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

PropertyGridField

The field.

Properties

Field

Gets or sets the field.

Declaration

cs-api-definition
public PropertyGridField Field { get; set; }

Property Value

PropertyGridField

The field.

IsValid

Gets or sets a value that indicates whether the changes are valid.

Declaration

cs-api-definition
public bool IsValid { get; set; }

Property Value

bool

The is valid.

ValidationResults

Gets the validation results.

Declaration

cs-api-definition
public IEnumerable<ValidationResult> ValidationResults { get; }

Property Value

IEnumerable<ValidationResult>

The validation results.