CommandAttribute Class
Allows you to generate commands from methods.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class CommandAttribute :
Attribute
Remarks
The CommandAttribute is only supported in POCO View Models and ViewModelBase descendants.
See Also