Skip to main content

CommandAttribute.Name Property

Gets or sets the name of the generated command.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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