Skip to main content

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.v23.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