DispatcherService.DispatcherPriority Property
In This Article
Gets or sets the DispatcherService’s dispatcher priority for invoking operations by way of the Dispatcher.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DispatcherPriority DispatcherPriority { get; set; }
#Property Value
Type | Description |
---|---|
Dispatcher |
An Dispatcher The default is Dispatcher |
See Also