Summary
Called to update the validation state for properties for which data validation is
enabled.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selecting
Items Control
Syntax
protected override void UpdateDataValidation<T>(AvaloniaProperty<T> property, BindingValue<T> value)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
property | AvaloniaProperty |
The property. |
value | BindingValue |
The new binding value for the property. |
Return Value
Type | Description |
---|---|
void |