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 | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this Field. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
Group |
Determines whether the field should render as a semantic group container. |
bool | false |
Horizontal |
Determines whether the form controls should be aligned horizontally, as in a horizontal form layout. |
bool | false |
JustifyContent |
Specifies how the container's items are aligned along the main axis when there is extra space available. Possible values: |
JustifyContent | JustifyContent.Default |
FieldLabel
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this FieldLabel. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
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. |
bool | false |
Screenreader |
Specifies the visibility for screen readers. Possible values: |
Screenreader | Screenreader.Always |
FieldSet
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this FieldSet. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
Horizontal |
Determines whether the enclosed controls should be aligned horizontally. |
bool | false |
Legend
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this Legend. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
RequiredIndicator |
If defined, a required indicator will be shown next to the legend. |
bool | false |
Screenreader |
Makes an element hidden, but only visually, keeping it available for assistive technologies. Possible values: |
Screenreader | Screenreader.Always |
Fields
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this Fields. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
Group |
Determines whether the fields container should render as a semantic group container. |
bool | false |
Gutter |
Specifies the padding between your columns, used to responsively space and align content in the Blazorise grid system. |
IFluentGutter | null |
Help |
Sets the field help-text positioned bellow the field. |
string | |
Label |
Sets the field label. |
string |
FieldsLabel
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to render inside this FieldsLabel. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Specifies the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |
RequiredIndicator |
If defined, a required indicator will be shown next to the label. |
bool | false |
Screenreader |
Specifies the visibility for screen readers. Possible values: |
Screenreader | Screenreader.Always |