# HeaderPosition

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies the locations of the header in a [Panel](https://docs.wisej.com/api/wisej.web/containers/wisej.web.panel) control.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum HeaderPosition : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum HeaderPosition As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                                                |
| ---------- | ---------------------------------------------------------- |
| **Bottom** | The header is located across the bottom of the control.    |
| **Left**   | The header is located along the left edge of the control.  |
| **Right**  | The header is located along the right edge of the control. |
| **Top**    | The header is located across the top of the control.       |

## Used By

| Name                                                                                                                                                                              | Description                                                                                                                                                   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MonthCalendar.ToolsPosition](https://docs.wisej.com/api/editors/monthcalendar#toolsposition)                                                                                     | Returns or sets the position of the [ComponentTool](https://docs.wisej.com/api/wisej.web/editors/wisej.web.componenttool) items associated with this control. |
| [Panel.CollapseSide](https://docs.wisej.com/api/containers/wisej.web.panel#collapseside)                                                                                          | Returns or sets a value that indicates to which side should the panel collapse.                                                                               |
| [Panel.HeaderPosition](https://docs.wisej.com/api/containers/wisej.web.panel#headerposition)                                                                                      | Returns or sets a value that indicates on which side to display the header when the header is visible.                                                        |
| [SplitterPanel.CollapseSide](https://docs.wisej.com/api/containers/splitcontainer/wisej.web.splitterpanel#collapseside)                                                           | Returns or sets a value that indicates to which side should the panel collapse.                                                                               |
| [MonthCalendarExtenestions.ToolsPosition](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.monthcalendarextenestions#toolsposition-monthcalendar-position) | Sets the ToolsPosition property of the specified [MonthCalendar](https://docs.wisej.com/api/wisej.web/editors/monthcalendar).                                 |
| [PanelExtensions.CollapseSide](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.panelextensions#collapseside-panel-value)                                  | Sets the side of the panel to collapse.                                                                                                                       |
| [PanelExtensions.HeaderPosition](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.panelextensions#headerposition-panel-value)                              | Sets the position of the panel's header.                                                                                                                      |
