CommandAttribute.IsCommand Property
Gets whether to generate a command from the method.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v25.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to generate a command from the method; otherwise, false. |
See Also