Table of Contents

Class InclusiveChoice

Namespace
The.Web.Widgets
Assembly
Instagile.Web.Client.dll
public class InclusiveChoice : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, INullableWidget<ChoiceModel?>, IWidget<ChoiceModel?>
Inheritance
InclusiveChoice
Implements
Inherited Members

Properties

AllowNulls

If not set, null-state data will be coerced to a non-null value or input will be prevented; IsNull will never be true.

[Parameter]
public bool AllowNulls { get; set; }

Property Value

bool

HasChanges

If true, display a visual indication to the user.

[Parameter]
public bool HasChanges { get; set; }

Property Value

bool

Validity

If set, display a visual indication to the user.

[Parameter]
public MessageLevel? Validity { get; set; }

Property Value

MessageLevel?

Value

Bindable typed value.

[Parameter]
public ChoiceModel? Value { get; set; }

Property Value

ChoiceModel?

ValueChanged

Triggered when data is entered by the user.

[Parameter]
public EventCallback<ChoiceModel?> ValueChanged { get; set; }

Property Value

EventCallback<ChoiceModel?>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder