Back to Devexpress

TabHeaderLayoutType Enum

wpf-devexpress-dot-xpf-dot-layout-dot-core-0652c735.md

latest1.9 KB
Original Source

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

csharp
public enum TabHeaderLayoutType
vb
Public Enum TabHeaderLayoutType

Members

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

|

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

TabHeaderLayoutType

DevExpress.Xpf.Layout.Core Namespace