Back to Devexpress

MethodToCommandBehavior.CanExecuteFunction Property

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

latest1.2 KB
Original Source

MethodToCommandBehavior.CanExecuteFunction Property

Gets or sets the name of a function that determines whether the Method can be executed. 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 CanExecuteFunction { get; set; }
vb
Public Property CanExecuteFunction As String

Property Value

TypeDescription
String

The name of a function that returns a Boolean value.

|

See Also

MethodToCommandBehavior Class

MethodToCommandBehavior Members

DevExpress.Mvvm.UI Namespace