HeaderPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the locations of the header in a Panel control.
- C#
- VB.NET
public enum HeaderPosition : Enum
Public Enum HeaderPosition As [Enum]
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 | Returns or sets the position of the ComponentTool items associated with this control. |
| Panel.CollapseSide | Returns or sets a value that indicates to which side should the panel collapse. |
| Panel.HeaderPosition | Returns or sets a value that indicates on which side to display the header when the header is visible. |
| SplitterPanel.CollapseSide | Returns or sets a value that indicates to which side should the panel collapse. |