Skip to main content

MethodToCommandBehavior.Command Property

Gets or sets a Target object’s command property name that should be bound to the specified Method. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Command { get; set; }

Property Value

Type Default Description
String Command

A Target object’s property name.

See Also