Click or drag to resize

EventToCommandBindCanExecuteToIsEnabled 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. If this property is false, the element will not be disabled when the command's CanExecute method changes. This is a DependencyProperty.

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

Property Value

Type: Boolean
See Also