EventToCommand.AllowChangeEventOwnerIsEnabled Property
In This Article
Gets or sets whether the event owner object’s IsEnabled property value reflects the command’s CanExecute method value. This is a dependency property.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(false, Handler = "UpdateIsEnabled")]
public bool AllowChangeEventOwnerIsEnabled { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the event owner object’s Is |
See Also