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

DispatcherActionPriorityExtensions.ToDispatcherQueuePriority(DispatcherActionPriority) Method

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

public static DispatcherQueuePriority ToDispatcherQueuePriority(
    this DispatcherActionPriority x
)

Parameters

Name Type
x DispatcherActionPriority

Returns

Type
DispatcherQueuePriority
See Also