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
Syntaxpublic bool BindCanExecuteToIsEnabledValue { get; set; }
Public Property BindCanExecuteToIsEnabledValue As Boolean
Get
Set
public:
property bool BindCanExecuteToIsEnabledValue {
bool get ();
void set (bool value);
}
member BindCanExecuteToIsEnabledValue : bool with get, set
Property Value
Type:
Boolean
See Also