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

MethodToCommandBehavior.Method Property

Gets or sets a string value specifying the source-method name to be invoked. 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 Method { get; set; }

Property Value

Type Description
String

A System.String value specifying the source-method name.

See Also