[]
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 and FixedLineWidth properties.
A panel header can be removed by deleting the text from the Text property.
The following table lists and describes the properties that effect the panel header:
| Property | Description |
|---|---|
| HeaderBackColor | Gets the background color of the header in the C1SplitterPanel. |
| HeaderForeColor | Gets the foreground color of the header in the C1SplitterPanel. |
| HeaderTextAlign | Gets the text alignment for the header in the C1SplitterPanel. |
| Text | Gets the text for the header in the C1SplitterPanel. |
| FixedLineColor | Gets or sets the color of a fixed dividing line. |
| FixedLineWidth | Gets or sets the width of a fixed dividing line. |
| LineBelowHeader | Gets or sets whether a horizontal line should appear below panel headers. |
| HeaderHeight | Gets or sets the height of the C1SplitterPanel header. |
| HeaderLineColor | Gets or sets the color of the horizontal line that appears below the panel header. |
| HeaderLineWidth | 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 | Gets or sets the offset value (in pixels) of the panel caption text. |
For more information see SplitContainer Appearance Properties.