Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool? UseDispatcher { get; set; }

Property Value

Type Default Description
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