Skip to main content

DispatcherActionPriority Enum

Defines the priority for the Windows.System.DispatcherQueue class.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum DispatcherActionPriority

Members

Name Description
Low

This value is bound to the Windows.System.DispatcherQueuePriority.Low value.

Normal

This value is bound to the Windows.System.DispatcherQueuePriority.Normal value.

High

This value is bound to the Windows.System.DispatcherQueuePriority.High value.

Extension Methods

See Also