Back to Devexpress

CompositeCommandBehavior.CompositeCommand Property

wpf-devexpress-dot-mvvm-dot-ui-dot-compositecommandbehavior.md

latest1.1 KB
Original Source

CompositeCommandBehavior.CompositeCommand Property

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IDelegateCommand CompositeCommand { get; }
vb
Public ReadOnly Property CompositeCommand As IDelegateCommand

Property Value

Type
IDelegateCommand

See Also

CompositeCommandBehavior Class

CompositeCommandBehavior Members

DevExpress.Mvvm.UI Namespace