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

CompositeCommandBehavior.CompositeCommand Property

Gets the resulting aggregate function.

Namespace: DevExpress.Mvvm.UI

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

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

Declaration

public DelegateCommand<object> CompositeCommand { get; }

Property Value

Type Description
DelegateCommand<Object>

An System.Windows.Input.ICommand descendant.

Returns the resulting aggregate function.

See Also