Skip to main content
A newer version of this page is available. .

EventToCommand.AllowChangingEventOwnerIsEnabled Property

Gets or sets whether the event owner’s IsEnabled property is set according to the Command’s CanExecute logic. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowChangingEventOwnerIsEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the event owner’s IsEnabled property is set according to the Command’s CanExecute logic; otherwise, false. The default is false.

See Also