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

TabHeaderLayoutType Enum

Contains values that specify how tabs within a tabbed group are arranged.

Namespace: DevExpress.Xpf.Layout.Core

Assembly: DevExpress.Xpf.Layout.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public enum TabHeaderLayoutType

#Members

Name Description
Default

The same as the TabHeaderLayoutType.Scroll option.

Trim

Tab headers are displayed in a single row. Tab header text is trimmed, if required, to fit all the tabs in the row.

Scroll

Tab headers are displayed in a single row. Scroll buttons are enabled to scroll through the tabs, if necessary.

MultiLine

Tab headers are displayed in multiple rows.

#Related API Members

The following properties accept/return TabHeaderLayoutType values:

#Remarks

You can use the LayoutGroup.TabHeaderLayoutType property to specify the display mode of tab headers in a tabbed LayoutGroup.

See Also