Interface IHasReadOnly
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a read-only state.
public interface IHasReadOnly
Properties
IsReadOnly
Computed read-only state.
bool IsReadOnly { get; }
Property Value
- bool
ReadOnly
When true, forces the read-only state.
bool ReadOnly { get; }
Property Value
- bool