Back to Devexpress

DispatcherService.Delay Property

wpf-devexpress-dot-mvvm-dot-ui-dot-dispatcherservice-7455a67a.md

latest1.3 KB
Original Source

DispatcherService.Delay Property

Gets or sets the amount of time to wait before invoking the DispatcherService’s DispatcherService.BeginInvoke method. 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 Delay { get; set; }
vb
Public Property Delay As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan object specifying the amount of time to wait before invoking the DispatcherService’s DispatcherService.BeginInvoke method.

|

See Also

DispatcherService Class

DispatcherService Members

DevExpress.Mvvm.UI Namespace