Skip to main content

FocusBehavior.FocusDelay Property

Specifies the time delay before focusing the associated object. This is a dependency property.

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

public TimeSpan? FocusDelay { get; set; }

Property Value

Type Description
Nullable<TimeSpan>

The time delay before focusing the associated object.

See Also