IInputElementIsEffectivelyEnabled Property
Gets a value indicating whether this control and all its parents are enabled.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool IsEffectivelyEnabled { get; }
ReadOnly Property IsEffectivelyEnabled As Boolean
Get
abstract IsEffectivelyEnabled : bool with get
Property Value
Boolean
The
IsEnabled property is used to toggle the enabled state for individual
controls. The
IsEffectivelyEnabled property takes into account the
IsEnabled value of this control and its parent controls.