Back to Devexpress

EventToCommandBase.ProcessEventsFromDisabledEventOwner Property

wpf-devexpress-dot-mvvm-dot-ui-dot-eventtocommandbase-51439018.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ProcessEventsFromDisabledEventOwner { get; set; }
vb
Public Property ProcessEventsFromDisabledEventOwner As Boolean

Property Value

TypeDefaultDescription
BooleanTrue

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

|

See Also

EventToCommandBase Class

EventToCommandBase Members

DevExpress.Mvvm.UI Namespace