EventToCommandBase.DispatcherPriority Property
In This Article
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.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null)]
public DispatcherQueuePriority? DispatcherPriority { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Nullable<Dispatcher |
null | The dispatcher’s priority. |
See Also