Summary
Gets a value indicating whether this control and all its parents are enabled.
- Namespace
- Avalonia
.Input - Containing Type
- IInputElement
Syntax
bool IsEffectivelyEnabled { get; }
Remarks
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.
Value
Type | Description |
---|---|
bool |