| InputPanel Components > InputGroupHeader |
This component nests within the main control, C1InputPanel, to provide additional control over the panel's layout. It displays a border around the nested components with a collapsible title bar. The text for the title bar can be set using the InputGroupHeader.Text property. The default text, Group, appears for the title of the header.
The InputGroupHeader component can be collapsible when the InputGroupHeader.Collapsible property is set to True. See Creating a Collapsible Input Group for more information.
If you want the InputGroupHeader to appear collapsed you can set its InputGroupHeader.Collapsed property to true.
The InputGroupHeader''s text can be aligned to the left, center, or right of the group by setting its InputGroupHeader.TextAlign property.
| TextAlign Property Setting | Appearance |
|---|---|
| Left | ![]() |
| Center | ![]() |
| Right | ![]() |