Table of Contents

Class TriStateCheckBox

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

Properties

Disabled

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

Property Value

bool

OnChange

[Parameter]
public Action<bool?> OnChange { get; set; }

Property Value

Action<bool?>

Value

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

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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()