Table of Contents

Class _BOBInSelect

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
public class _BOBInSelect : ComponentBase
Inheritance
object
ComponentBase
_BOBInSelect

Constructors

_BOBInSelect()

public _BOBInSelect()

Properties

AdditionalAttributes

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? AdditionalAttributes { get; set; }

Property Value

Dictionary<string, object>

AriaLabel

Accessible name for the component.

[Parameter]
public string? AriaLabel { get; set; }

Property Value

string

ChildContent

Content rendered inside the component.

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Disabled

When true, the component is non-interactive.

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

Property Value

bool

Value

Current value of the component.

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

Property Value

string

ValueChanged

Raised when the value changes.

[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