ApplicationJumpTask.Command Property
Gets or sets the command to invoke when this jump task is clicked.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | An System.Windows.Input.ICommand descendant. |
See Also