Blazorise Field API

Explore the Blazorise Field API reference for parameters, events, methods, and related types.

For examples and usage guidance, see the Field documentation.

API

Parameters

Field

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this Field.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
Group

Determines whether the field should render as a semantic group container.

boolfalse
Horizontal

Determines whether the form controls should be aligned horizontally, as in a horizontal form layout.

boolfalse
JustifyContent

Specifies how the container's items are aligned along the main axis when there is extra space available.

Possible values:Default, Start, End, Center, Between, Around

JustifyContentJustifyContent.Default

FieldLabel

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this FieldLabel.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
For

Specifies the ID of an element that this label belongs to.

string
RequiredIndicator

If defined, a required indicator will be shown next to the label.

boolfalse
Screenreader

Specifies the visibility for screen readers.

Possible values:Always, Only, OnlyFocusable

ScreenreaderScreenreader.Always

FieldSet

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this FieldSet.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
Horizontal

Determines whether the enclosed controls should be aligned horizontally.

boolfalse

Legend

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this Legend.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
RequiredIndicator

If defined, a required indicator will be shown next to the legend.

boolfalse
Screenreader

Makes an element hidden, but only visually, keeping it available for assistive technologies.

Possible values:Always, Only, OnlyFocusable

ScreenreaderScreenreader.Always

Fields

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this Fields.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
Group

Determines whether the fields container should render as a semantic group container.

boolfalse
Gutter

Specifies the padding between your columns, used to responsively space and align content in the Blazorise grid system.

IFluentGutternull
Help

Sets the field help-text positioned bellow the field.

string
Label

Sets the field label.

string

FieldsLabel

Parameter Description TypeDefault
ChildContent

Specifies the content to render inside this FieldsLabel.

Remarks

Use this property to define custom child elements or components to be displayed within the column.

RenderFragmentnull
ColumnSize

Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions.

IFluentColumnnull
RequiredIndicator

If defined, a required indicator will be shown next to the label.

boolfalse
Screenreader

Specifies the visibility for screen readers.

Possible values:Always, Only, OnlyFocusable

ScreenreaderScreenreader.Always
On this page