Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum HeaderLocation

Members

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.

Related API Members

The following properties accept/return HeaderLocation values:

Remarks

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

See Also