Skip to main content

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.v23.2.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