TreeItem Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Disabled | bool | false | Controls 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. |
| Label | object | ||
| Level | int | N/A | |
| Selected | bool | false | |
| Separator | bool | true | |
| Shortcut | string | "" | |
| Value | object | N/A | |
| Readonly | bool | false | Prevents 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. |