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

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.v21.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowChangingEventOwnerIsEnabled { get; set; }

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