New to Telerik UI for WinForms? Download free 30-day trial

Visual Structure

This article describes the inner structure and organization of the elements which build the RadCollapsiblePanel control.

Figure 1: RadCollapsiblePanel`s Element Hierarchy

WinForms RadCollapsiblePanel`s Element Hierarchy

Figure 2: RadCollapsiblePanel`s Structure

WinForms RadCollapsiblePanel`s Structure

  1. RadCollapsiblePanelElement: Main element of the RadCollapsiblePanel control.

  2. CollapsiblePanelHeaderElement: element responsible for arranging the header of the control.

  3. CollapsiblePanelButtonElement: Button element responsible for expanding and collapsing the container.

  4. CollapsiblePanelTextElement: Text element holding the header.

  5. LinePrimitve: Paints the line part of the header.

  6. CollapsiblePanelLayoutElement: Layouts the container holding the added controls.

See Also

In this article