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

MethodToCommandBehavior.CanExecuteFunction Property

Gets or sets a string value specifying the boolean function name that determines whether the method specified using the MethodToCommandBehavior.Method property line can be executed in its current state. 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 CanExecuteFunction { get; set; }

Property Value

Type Description
String

A System.String value specifying the boolean function name.

See Also