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

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

TabControl_HeaderLocation_Left

Top

The Header Panel is located at the top of the tab item.

TabControl_HeaderLocation_Top

Right

The Header Panel is located on the right side of the tab item.

TabControl_HeaderLocation_Right

Bottom

The Header Panel is located at the bottom of the tab item.

TabControl_HeaderLocation_Bottom

#Passed To

You can pass HeaderLocation values to the TabControlViewBase.HeaderLocation property.

#Remarks

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

See Also