Skip to main content
A newer version of this page is available. .

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.v22.1.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