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

CompositeCommandBehavior.Commands Property

Gets a collection of aggregated commands.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public CommandsCollection Commands { get; }

Property Value

Type Description
DevExpress.Mvvm.UI.CommandsCollection

A collection of aggregated commands.

See Also