Skip to main content

MethodToCommandBehavior.Method Property

Gets or sets the name of a Source object’s method that should be invoked. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string Method { get; set; }

Property Value

Type Description
String

A Source object’s method name.

See Also