Skip to main content

CommandAttribute.IsCommand Property

Gets whether to generate a command from the method.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool IsCommand { get; }

Property Value

Type Description
Boolean

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

See Also