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