Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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