Table of Contents

Class CheckedComboOption

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class CheckedComboOption : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
CheckedComboOption
Implements
Inherited Members

Properties

Add

[Parameter]
public Action Add { get; set; }

Property Value

Action

Get

[Parameter]
public Func<bool> Get { get; set; }

Property Value

Func<bool>

Option

[Parameter]
public string Option { get; set; }

Property Value

string

Remove

[Parameter]
public Action Remove { get; set; }

Property Value

Action

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()