Skip to main content

FocusBehavior.FocusDelay Property

Gets or sets the amount of time to wait before focusing the associated object. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("$TimeSpan.Zero")]
public TimeSpan FocusDelay { get; set; }

Property Value

Type Description
TimeSpan

The amount of time to wait before the FocusBehavior focuses the associated object.

See Also