Back to Devexpress

FocusBehavior.FocusDelay Property

wpf-devexpress-dot-mvvm-dot-ui-dot-focusbehavior-7dd632cb.md

latest1.1 KB
Original Source

FocusBehavior.FocusDelay Property

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

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TimeSpan? FocusDelay { get; set; }
vb
Public Property FocusDelay As TimeSpan?

Property Value

TypeDescription
Nullable<TimeSpan>

A TimeSpan object specifying the amount of time to wait before focusing the associated object.

|

See Also

FocusBehavior Class

FocusBehavior Members

DevExpress.Mvvm.UI Namespace