Table of Contents

Interface ISelectionWidget<T>

Namespace
The.Web.Widgets
Assembly
Instagile.Web.Client.dll

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

RenderFragment<T>

Options

Preset choices for Value.

IReadOnlyList<T> Options { get; set; }

Property Value

IReadOnlyList<T>