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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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