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