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

MethodToCommandBehavior.Command Property

Gets or sets a string value specifying the target-property name to be populated with the ICommand object, which is created by the MethodToCommandBehavior based on the specified MethodToCommandBehavior.Method, MethodToCommandBehavior.CanExecuteFunction and Args properties. 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 Command { get; set; }

Property Value

Type Description
String

A System.String value specifying the target-property name.

Default value is Command

See Also