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