Back to Devexpress

DispatcherService.DispatcherPriority Property

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

latest1.3 KB
Original Source

DispatcherService.DispatcherPriority Property

Gets or sets the DispatcherService’s dispatcher priority for invoking operations by way of the Dispatcher.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DispatcherPriority DispatcherPriority { get; set; }
vb
Public Property DispatcherPriority As DispatcherPriority

Property Value

TypeDescription
DispatcherPriority

An DispatcherPriority enumeration value that specifies the dispatcher priority for invoking operations by way of the Dispatcher.

The default is DispatcherPriority.Normal.

|

See Also

DispatcherService Class

DispatcherService Members

DevExpress.Mvvm.UI Namespace