wpf-devexpress-dot-xpf-dot-core-a6b922c1.md
Lists values that specify the location of the Header Panel, relative to the tab item.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum HeaderLocation
Public Enum HeaderLocation
| Name | Description |
|---|---|
None |
The Header Panel is not displayed.
|
| Left |
The Header Panel is located on the left side of the tab item.
|
| Top |
The Header Panel is located at the top of the tab item.
|
| Right |
The Header Panel is located on the right side of the tab item.
|
| Bottom |
The Header Panel is located at the bottom of the tab item.
|
The following properties accept/return HeaderLocation values:
The values listed by this enumeration are used to set the TabControlViewBase.HeaderLocation property.
See Also