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

CompositeCommandExecuteCondition Enum

Lists the values that specify the CompositeCommand execute condition.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum CompositeCommandExecuteCondition

Members

Name Description
AllCommandsCanBeExecuted

The CompositeCommand can be executed only if all of its inner commands can be executed.

AnyCommandCanBeExecuted

The CompositeCommand can be executed if any of its inner commands can be executed.

Related API Members

The following properties accept/return CompositeCommandExecuteCondition values:

Remarks

The values listed by this enumeration are used to set the CompositeCommandBehavior.CanExecuteCondition property.

See Also