Click or drag to resize

EventToCommandBindCanExecuteToIsEnabledValue Property

Gets or sets a value indicating whether the attached element must be disabled when the Command property's CanExecuteChanged event fires. If this property is true, and the command's CanExecute method returns false, the element will be disabled. This property is here for compatibility with the Silverlight version. This is NOT a DependencyProperty. For data binding, use the BindCanExecuteToIsEnabled property.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public bool BindCanExecuteToIsEnabledValue { get; set; }

Property Value

Type: Boolean
See Also