Class TriStateCheckBox
public class TriStateCheckBox : ModuleControlBase, IModuleControl
- Inheritance
-
objectComponentBaseTriStateCheckBox
- 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()