Back to Devexpress

CommandItem.CanExecute Property

wpf-devexpress-dot-mvvm-dot-ui-dot-commanditem-8cfe292e.md

latest984 B
Original Source

CommandItem.CanExecute Property

Gets whether a command is executable. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool CanExecute { get; }
vb
Public ReadOnly Property CanExecute As Boolean

Property Value

TypeDescription
Boolean

true if a command is executable; otherwise, false.

|

See Also

CommandItem Class

CommandItem Members

DevExpress.Mvvm.UI Namespace