Round Panel Elements
- 2 minutes to read
This topic describes the ASPxRoundPanel elements visible on screen. Each section contains a screenshot, and a brief overview of the element’s function. Additionally, each section contains a list of settings that specify the element’s layout, content and appearance.

The following visual elements are available:
Header
A round panel Header is displayed at the top of the panel and contains header text. If the ASPxRoundPanel.View property is set to Standard, the Header can display a header image and a collapse button.

The table below lists the main members that affect element appearance and functionality.
| Characteristics | Members |
|---|---|
| Background | ASPxRoundPanel.HeaderContent |
| Image | ASPxRoundPanel.HeaderImage |
| Navigate URL | ASPxRoundPanel.HeaderNavigateUrl |
| Style | ASPxRoundPanel.HeaderStyle |
| Template | ASPxRoundPanel.HeaderTemplate, ASPxRoundPanel.HeaderContentTemplate |
| Text | ASPxRoundPanel.HeaderText |
| Collapse Button Visibillity | ASPxRoundPanel.ShowCollapseButton, ASPxRoundPanel.AllowCollapsingByHeaderClick |
| Visibility | ASPxRoundPanel.ShowHeader |
Content Region
The content region displays the required descriptive text and may contain a set of child web controls or HTML elements.

The table below lists the main members that affect element appearance and functionality.
| Characteristics | Members |
|---|---|
| Background | ASPxRoundPanel.Content |
| Alignment | ASPxRoundPanel.HorizontalAlign |
| Height | ASPxRoundPanel.ContentHeight |
| Padding | ASPxRoundPanel.ContentPaddings |
Collapse Button
The Collapse Button is displayed in the panel header and allows end-users to collapse the panel.

The table below lists the main members that affect element appearance.
| Characteristics | Members |
|---|---|
| Visibility | ASPxRoundPanel.ShowCollapseButton |
| Style | ASPxRoundPanel.CollapseButtonStyle |
| Image | ASPxRoundPanel.CollapseButtonImage |
Loading Panel
The Loading Panel is displayed in the content region while the panel content is loaded.

The table below lists the main members that affect element appearance.
| Characteristics | Members |
|---|---|
| Settings | ASPxRoundPanel.SettingsLoadingPanel |
| Style | ASPxRoundPanel.LoadingPanelStyle |
| Image | ASPxRoundPanel.LoadingPanelImage |