TreeItem Blazor API

TreeItem Properties

NameTypeDefaultDescription
DisabledboolfalseControls whether the element is enabled (interactive) or disabled (non-interactive). When disabled, the element cannot be interacted with by the user and may appear visually dimmed or inactive.
Labelobject
LevelintN/A
Selectedboolfalse
Separatorbooltrue
Shortcutstring""
ValueobjectN/A
ReadonlyboolfalsePrevents users from interacting with the item, disabling all actions such as clicking, tapping, dragging, or keyboard input. The item will not respond to any user-generated events while this setting is enabled.