Interface IHasDisabled
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a disabled state.
public interface IHasDisabled
Properties
Disabled
When true, forces the disabled state.
bool Disabled { get; set; }
Property Value
- bool
IsDisabled
Computed disabled state, combining Disabled with internal conditions such as loading.
bool IsDisabled { get; }
Property Value
- bool