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

CommandItem.CheckCanExecute Property

Gets or sets whether the command item‘s CanExecute state should be checked before the command is executed. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool CheckCanExecute { get; set; }

Property Value

Type Default Description
Boolean true

true if the command item‘s CanExecute property should be checked; otherwise false.

See Also