Back to Devexpress

EventToCommandBase.UseDispatcher Property

wpf-devexpress-dot-mvvm-dot-ui-dot-eventtocommandbase-a4477185.md

latest1.7 KB
Original Source

EventToCommandBase.UseDispatcher Property

Gets or sets if the EventToCommand behavior uses the Dispatcher to call the command. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? UseDispatcher { get; set; }
vb
Public Property UseDispatcher As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>False

true if the EventToCommand behavior uses the Dispatcher to call the command; otherwise, false.

|

Remarks

The UseDispatcher is a legacy property. Use the DispatcherPriority instead.

See Also

DispatcherPriority

EventToCommandBase Class

EventToCommandBase Members

DevExpress.Mvvm.UI Namespace