Interface IHasRequired
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a required state.
public interface IHasRequired
Properties
IsRequired
Computed required state.
bool IsRequired { get; }
Property Value
- bool
Required
When true, forces the required state.
bool Required { get; }
Property Value
- bool