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

CommandAttribute.Name Property

Gets or sets the name of the generated command.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value that is the name of the generated command.

Remarks

By default, the method’s name is used as a command name.

See Also