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

EventToCommandBase.ProcessEventsFromDisabledEventOwner Property

Gets or sets whether the EventToCommand processes events for event owner objects even if they are disabled. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool ProcessEventsFromDisabledEventOwner { get; set; }

Property Value

Type Default Description
Boolean true

true if EventToCommand processes events for disabled event owners; otherwise, false.

See Also