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