# Panel Header

## Content



The **Panel Header** represents the header that appears as a rectangular title bar above each panel. By default, a fixed line appears below the panel header and its color and width can be controlled by the [FixedLineColor](/componentone/docs/win/online-splitcontainer/) and [FixedLineWidth](/componentone/docs/win/online-splitcontainer/) properties.

A panel header can be removed by deleting the text from the [Text](/componentone/docs/win/online-splitcontainer/) property.

The following table lists and describes the properties that effect the panel header:

| Property | Description |
| --- | --- |
| [HeaderBackColor](/componentone/docs/win/online-splitcontainer/) | Gets the background color of the header in the C1SplitterPanel. |
| [HeaderForeColor](/componentone/docs/win/online-splitcontainer/) | Gets the foreground color of the header in the C1SplitterPanel. |
| [HeaderTextAlign](/componentone/docs/win/online-splitcontainer/) | Gets the text alignment for the header in the C1SplitterPanel. |
| [Text](/componentone/docs/win/online-splitcontainer/) | Gets the text for the header in the C1SplitterPanel. |
| [FixedLineColor](/componentone/docs/win/online-splitcontainer/) | Gets or sets the color of a fixed dividing line. |
| [FixedLineWidth](/componentone/docs/win/online-splitcontainer/) | Gets or sets the width of a fixed dividing line. |
| [LineBelowHeader](/componentone/docs/win/online-splitcontainer/) | Gets or sets whether a horizontal line should appear below panel headers. |
| [HeaderHeight](/componentone/docs/win/online-splitcontainer/) | Gets or sets the height of the C1SplitterPanel header. |
| [HeaderLineColor](/componentone/docs/win/online-splitcontainer/) | Gets or sets the color of the horizontal line that appears below the panel header. |
| [HeaderLineWidth](/componentone/docs/win/online-splitcontainer/) | Specifies the width of a horizontal line that appears below panel headers. If it's equal to 0 the header line width depends on the **FixedLineWidth** property. |
| [HeaderTextOffset](/componentone/docs/win/online-splitcontainer/) | Gets or sets the offset value (in pixels) of the panel caption text. |

For more information see [SplitContainer Appearance Properties](/componentone/docs/win/online-splitcontainer/splitcontainerappear/splitcontainerappear1).

## See Also

[Splitter Bar](/componentone/docs/win/online-splitcontainer/splitcontainerelemen/splitterbar)