Skip to main content
A newer version of this page is available. .

EventToCommand.AllowChangeEventOwnerIsEnabled Property

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.v22.1.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 IsEnabled property value reflects the command’s CanExecute method value; otherwise, false.

See Also