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

TabHeaderLayoutType Enum

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

Namespace: DevExpress.Xpf.Layout.Core

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

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

Use the LayoutGroup.TabHeaderLayoutType property, to specify the display mode of tab headers in a tabbed LayoutGroup.

See Also