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

CommandAttribute Class

Provides settings for generating commands by the POCO mechanism.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v19.1.dll

Declaration

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

Remarks

See POCO ViewModels to learn more.

Inheritance

Object
Attribute
CommandAttribute
See Also