Back to Devexpress

MethodToCommandBehavior.Method Property

wpf-devexpress-dot-mvvm-dot-ui-dot-methodtocommandbehavior-a9b959a4.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Method { get; set; }
vb
Public Property Method As String

Property Value

TypeDescription
String

A Source object’s method name.

|

See Also

MethodToCommandBehavior Class

MethodToCommandBehavior Members

DevExpress.Mvvm.UI Namespace