CommandAttribute.Name Property
Gets or sets the name of the generated command.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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