Back to Devexpress

HeaderLocation Enum

wpf-devexpress-dot-xpf-dot-core-a6b922c1.md

latest1.4 KB
Original Source

HeaderLocation Enum

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

Declaration

csharp
public enum HeaderLocation
vb
Public Enum HeaderLocation

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the TabControlViewBase.HeaderLocation property.

See Also

DevExpress.Xpf.Core Namespace