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

CommandAttribute Class

Allows you to generate commands from methods.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class CommandAttribute :
    Attribute

Remarks

The CommandAttribute is only supported in POCO View Models and ViewModelBase descendants.

Inheritance

Object
Attribute
CommandAttribute
See Also