Skip to main content

TabControlViewBase.HeaderLocation Property

Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public HeaderLocation HeaderLocation { get; set; }

Property Value

Type Description
HeaderLocation

One of the HeaderLocation enumeration members, defining the location of the Header Panel.

Available values:

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.

Remarks

The Header Panel can be located in the following ways:

  • on the left side of the tab item

    TabControl_HeaderLocation_Left

  • on the right side of the tab item

    TabControl_HeaderLocation_Right

  • at the bottom of the tab item

    TabControl_HeaderLocation_Bottom

  • at the top of the tab item

    TabControl_HeaderLocation_Top

The following code snippets (auto-collected from DevExpress Examples) contain references to the HeaderLocation property.

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