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 associated control even if the associated control is disabled. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public bool ProcessEventsFromDisabledEventOwner { get; set; }

Property Value

Type Description
Boolean

true, if the EventToCommand processes events for a disabled associated control; otherwise, false. The default is true.

See Also