Class BOBInputSuffix
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
public class BOBInputSuffix : ComponentBase
- Inheritance
-
objectComponentBaseBOBInputSuffix
Constructors
BOBInputSuffix()
public BOBInputSuffix()
Properties
Size
Visual size of the component.
[Parameter]
public BOBSize Size { get; set; }
Property Value
SuffixIcon
Closed-catalog icon key for the Suffix.
[Parameter]
public IconKey? SuffixIcon { get; set; }
Property Value
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
__builderRenderTreeBuilder