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.v22.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public IDelegateCommand CompositeCommand { get; }

Property Value

Type
IDelegateCommand
See Also