Skip to main content
A newer version of this page is available. .

HeaderOrientation Enum

Lists values that specify the orientation of headers in the TabControl‘s Header Panel.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public enum HeaderOrientation

Members

Name Description
Default

The orientation of tab headers in the Header Panel is defined by the location of the Panel, specified by the TabControlViewBase.HeaderLocation property. The headers are oriented horizontally if the Header Panel is located at the top or bottom of the tab item. Otherwise, they are oriented vertically.

Horizontal

The tab headers in the Header Panel are oriented horizontally.

Vertical

The tab headers in the Header Panel are oriented vertically.

Related API Members

Remarks

The values listed by this enumeration are used to set the TabControlScrollView.HeaderOrientation property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HeaderOrientation enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also