Represents a panel.
Inherits: Container : UIElement : UIElementBase
Name | Type | Description |
---|---|---|
Style | PaneStyle |
Panel display styles. Possible values:
|
Compact | Boolean | Compact panel display style. |
Collapsible | Boolean | Whether the panel can be collapsed. |
Collapsed | Boolean? | Whether the panel is collapsed in its original state. |
Header | Object | Heading. Can be a string, bind (Bind), or UIElementBase item. |
Icon | Icon | Icon. Displays on the left side of the header. |
Hint | Popover | Tooltip for the panel. It is displayed after the header text. |
Height | Length | Panel height. |
DropShadow | ShadowStyle | Shadow type. |
Background | BackgroundStyle | Background color. |
TestId | String | Item ID for testing tools. |
Base item properties |