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

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string CanExecuteFunction { get; set; }

Property Value

Type Description
String

The name of a function that returns a Boolean value.

See Also