TabHeaderLayoutType Enum
Contains values that specify how tabs within a tabbed group are arranged.
Namespace: DevExpress.Xpf.Layout.Core
Assembly: DevExpress.Xpf.Layout.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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.


