Skip to main content

Delay Property

Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes.

Definition

Namespace: Avalonia.Markup.Xaml.MarkupExtensions
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

public int Delay { get; set; }

Property Value

Int32

Remarks

There is no delay when the source is updated via LostFocus or UpdateSource(). Nor is there a delay when OneWayToSource is active and a new source object is provided.

See Also

Reference

ReflectionBindingExtension Class
Avalonia.Markup.Xaml.MarkupExtensions Namespace