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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | true if EventToCommand processes events for the disabled source object; otherwise, false. |
See Also