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

EventToCommandBase.DispatcherPriority Property

Gets or sets the dispatcher priority for invoking the associated command using the Dispatcher. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DispatcherPriority? DispatcherPriority { get; set; }

Property Value

Type Description
Nullable<DispatcherPriority>

A DispatcherPriority enumeration value that specifies the dispatcher priority for invoking the associated commands using the Dispatcher. The default is DispatcherPriority.Normal.

See Also