Skip to main content

EventToCommandBase.ProcessEventsFromDisabledEventOwner Property

Gets or sets whether the EventToCommand processes events for the source object even if the source object is disabled. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ProcessEventsFromDisabledEventOwner { get; set; }

Property Value

Type Default Description
Boolean True

true if EventToCommand processes events for the disabled source object; otherwise, false.

See Also