Table of Contents

Class InputList

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public class InputList : LocalizableComponent, IModuleControl
Inheritance
object
ComponentBase
InputList
Implements
Inherited Members

Properties

DataList

[EditorRequired]
[Parameter]
public Dictionary<string, string> DataList { get; set; }

Property Value

Dictionary<string, string>

Value

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

Property Value

string

ValueChanged

[EditorRequired]
[Parameter]
public EventCallback<string> ValueChanged { get; set; }

Property Value

EventCallback<string>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnChange(ChangeEventArgs)

protected void OnChange(ChangeEventArgs e)

Parameters

e ChangeEventArgs

OnInitialized()

Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.

protected override void OnInitialized()