Interface ISelectionWidget<T>
A data-entry control with a set list of choices available.
public interface ISelectionWidget<T> : IWidget<T?>
Type Parameters
T
- Inherited Members
Properties
ChildContent
Format a choice for display as HTML. May be generated in constrained circumstances (for example, inside an <option> tag).
RenderFragment<T>? ChildContent { get; set; }
Property Value
Options
Preset choices for Value.
IReadOnlyList<T> Options { get; set; }