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

CompositeCommandBehavior.CompositeCommand Property

Gets a composite command that is the behavior’s aggregated CommandItems.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DelegateCommand<object> CompositeCommand { get; }

Property Value

Type Description
DelegateCommand<Object>

A composite command.

See Also