Class _BOBInCheckMark
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
public class _BOBInCheckMark : ComponentBase
- Inheritance
-
objectComponentBase_BOBInCheckMark
Constructors
_BOBInCheckMark()
public _BOBInCheckMark()
Properties
Checked
Checked.
[Parameter]
public bool? Checked { get; set; }
Property Value
- bool?
CheckedIcon
Closed-catalog icon key for the checked state.
[Parameter]
public IconKey? CheckedIcon { get; set; }
Property Value
Disabled
When true, the component is non-interactive.
[Parameter]
public bool Disabled { get; set; }
Property Value
- bool
IndeterminateIcon
Closed-catalog icon key for the indeterminate state.
[Parameter]
public IconKey? IndeterminateIcon { get; set; }
Property Value
Mode
Mode.
[Parameter]
public _BOBInCheckMark.CheckMarkMode Mode { get; set; }
Property Value
ReadOnly
When true, the value cannot be changed.
[Parameter]
public bool ReadOnly { get; set; }
Property Value
- bool
Size
Visual size of the component.
[Parameter]
public BOBSize Size { get; set; }
Property Value
UncheckedIcon
Closed-catalog icon key for the unchecked state.
[Parameter]
public IconKey? UncheckedIcon { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder