Skip to main content

UpdateDataValidation Method

Called to update the validation state for properties for which data validation is enabled.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

protected override void UpdateDataValidation(
AvaloniaProperty property,
BindingValueType state,
Exception? error
)

Parameters

  AvaloniaProperty
The property.
  BindingValueType
The current data binding state.
  Exception
The current data binding error, if any.

See Also

Reference

SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace