A2v10 Platform documentation
UK


Panel Layout Element

Represents a panel.

Inherits: Container : UIElement : UIElementBase

Properties

Name Type Description
Style PaneStyle Panel display styles. Possible values:
  • Default - regular panel.
  • Danger, Error, Red - error (red).
  • Warning, Yellow - warning (yellow).
  • Success, Green - success (green).
  • Info, Cyan - information (blue).
  • Cut - collapsible panel with a link title.
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

Examples

Default
Default style
Red
Red, Danger, Error
Yellow
Warning, Yellow
Green
Success, Green
Cyan
Info, Cyan
Cut
Style "Cut". Panel content