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

CompositeCommandBehavior.CommandPropertyName Property

Gets or sets the name of command that invokes the aggregation of commands. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string CommandPropertyName { get; set; }

Property Value

Type Description
String

A System.String value.

Default is “Command“.

See Also