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.v19.2.dll

Declaration

public string CommandPropertyName { get; set; }

Property Value

Type Description
String

A System.String value.

Default is “Command“.

See Also