DelegateCommand Class
In This Article
A command that calls your parameterless delegates when Execute and CanExecute logic is invoked on the command.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Related API Members
The following members return DelegateCommand objects:
#Remarks
The delegates to be called when Execute and CanExecute logic is invoked on the command can be specified via the DelegateCommand‘s constructor.
See Delegate Commands to learn more.
#Inheritance
Object
DevExpress.Mvvm.CommandBase
See Also