Table of Contents

Class BOBInputPrefix

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

Constructors

BOBInputPrefix()

public BOBInputPrefix()

Properties

PrefixIcon

Closed-catalog icon key for the Prefix.

[Parameter]
public IconKey? PrefixIcon { get; set; }

Property Value

IconKey?

PrefixText

Text displayed as the Prefix.

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

Property Value

string

Size

Visual size of the component.

[Parameter]
public BOBSize Size { get; set; }

Property Value

BOBSize

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder