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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
String | The name of a function that returns a Boolean value. |
See Also