Skip to main content
A newer version of this page is available. .

CommandAttribute.IsCommand Property

Gets whether to generate a command from the method.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public bool IsCommand { get; }

Property Value

Type Description
Boolean

true, to generate a command from the method; otherwise, false.

See Also
DevExpress.Mvvm.DataAnnotations.CommandMethodMetadataBuilder`1.DoNotCreateCommand