Skip to main content

CompositeCommandBehavior.CompositeCommand Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IDelegateCommand CompositeCommand { get; }

Property Value

Type
IDelegateCommand
See Also