CompositeCommandBehavior.CompositeCommand Property
In This Article
Gets a composite command that is the behavior’s aggregated CommandItems.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IDelegateCommand CompositeCommand { get; }
#Property Value
Type |
---|
IDelegate |
See Also