EventToCommand.AllowChangingEventOwnerIsEnabled Property
Gets or sets whether the event source object’s IsEnabled property value reflects the command’s CanExecute method value. 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 | Default | Description |
---|---|---|
Boolean | False | true if the event source object’s IsEnabled property value reflects the command’s CanExecute method value; otherwise, false. |
See Also