Table of Contents

Class BOBInputSuffix

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

Constructors

BOBInputSuffix()

public BOBInputSuffix()

Properties

Size

Visual size of the component.

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

Property Value

BOBSize

SuffixIcon

Closed-catalog icon key for the Suffix.

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

Property Value

IconKey?

SuffixText

Text displayed as the Suffix.

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

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder