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

EventToCommandBase.DispatcherPriority Property

Gets or sets the priority of the DispatcherQueue that invokes the associated command. The default value is null which means that the DispatcherQueue is not used to invoke the associated command. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public DispatcherQueuePriority? DispatcherPriority { get; set; }

Property Value

Type Default Description
Nullable<DispatcherQueuePriority> null

The dispatcher’s priority.

See Also