Back to Devexpress

EventToCommand.AllowChangingEventOwnerIsEnabled Property

wpf-devexpress-dot-mvvm-dot-ui-dot-eventtocommand-04cdd974.md

latest1.3 KB
Original Source

EventToCommand.AllowChangingEventOwnerIsEnabled Property

Gets or sets whether the event source object’s IsEnabled property value reflects the command’s CanExecute method value. 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 AllowChangingEventOwnerIsEnabled { get; set; }
vb
Public Property AllowChangingEventOwnerIsEnabled As Boolean

Property Value

TypeDefaultDescription
BooleanFalse

true if the event source object’s IsEnabled property value reflects the command’s CanExecute method value; otherwise, false.

|

See Also

EventToCommand Class

EventToCommand Members

DevExpress.Mvvm.UI Namespace