LayoutItem Blazor API

LayoutItem Properties

NameTypeDefaultDescription
DisabledboolfalseSpecifies whether the element is active and interactive (enabled) or inactive and non-interactive (disabled). When disabled, users cannot interact with or modify the element.
ModifiersIEnumerable<object>N/ASets or retrieves the modifiers applied to the Layout item, allowing you to customize its appearance or behavior, such as spacing, alignment, or other layout-related properties.
Minint50Specifies the minimum allowed size for the item. This value sets the smallest dimensions (such as width or height) that the item can be resized or displayed at within its container.
Labelstring"Item"Specifies the text or caption displayed as the item's label. This value is used to identify or describe the item in the user interface.
SizeobjectN/ASpecifies the dimensions of the item, such as width, height, or overall scale, to control how large or small the item appears within the interface.
UnfocusableboolfalseWhen set to true, this property prevents the element from receiving keyboard focus, making it inaccessible through keyboard navigation such as the Tab key.
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.