Class BOBInputPrefix
- Namespace
- BlazOrbit.Components.Forms
- Assembly
- BlazOrbit.dll
public class BOBInputPrefix : ComponentBase
- Inheritance
-
objectComponentBaseBOBInputPrefix
Constructors
BOBInputPrefix()
public BOBInputPrefix()
Properties
PrefixIcon
Closed-catalog icon key for the Prefix.
[Parameter]
public IconKey? PrefixIcon { get; set; }
Property Value
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
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder