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 | "Item" | Determines the label of the item. |
Size | object | N/A | Determines the size of the item. |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Refresh | void | 'N/A' | Refreshes the Blazor Component. Performs a layout of the HTML Elements and recalculates the measurements. |
Render | void | 'N/A' | Re-renders the Blazor Component. This method will make a full re-render. |
StateHasChanged | void | 'N/A' | Refreshes the state and Re-renders the Blazor Component, if necessary. |