Skip to main content
A newer version of this page is available. .

DelegateCommand Class

Allows you to define a command in a View Model.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

Declaration

public class DelegateCommand :
    DelegateCommand<object>

Remarks

Refer to the following topic for more information: Delegate Commands.

Inheritance

Object
DevExpress.Mvvm.CommandBase
DevExpress.Mvvm.CommandBase<Object>
DevExpress.Mvvm.DelegateCommandBase<Object>
DelegateCommand<Object>
DelegateCommand
See Also