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

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