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

CompositeCommandBehavior.Commands Property

Gets the collection of aggregated commands.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public CommandsCollection Commands { get; }

Property Value

Type Description
DevExpress.Mvvm.UI.CommandsCollection

The CommandsCollection collection that represents the aggregated commands.

See Also