LayoutGroup Blazor API
Name | Type | Default | Description |
Disabled | bool | false | Enables or disables the element. |
Modifiers | IEnumerable<object> | N/A | Sets or gets the modifiers of the Layout item. |
Min | int | 50 | Determines the min size of the item. |
Label | string | "Group" | Determines the label of the item. |
Orientation | LayoutGroupOrientation | LayoutGroupOrientation.Vertical | Determines the group orientation. |
Size | object | N/A | Determines the size of the item. |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Refreshvoid'N/A'Refreshes the Blazor Component. Performs a layout of the HTML Elements and recalculates the measurements.
Rendervoid'N/A'Re-renders the Blazor Component. This method will make a full re-render.
StateHasChangedvoid'N/A'Refreshes the state and Re-renders the Blazor Component, if necessary.
LayoutGroupOrientation.Horizontal |
LayoutGroupOrientation.Vertical |