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

LayoutGroup.FixedMultiLineTabHeaders Property

Gets or sets whether, if tabs are displayed in multiple rows, the currently selected tab’s row always holds its initial position, or automatically moves to the bottom.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v24.2.dll

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public bool FixedMultiLineTabHeaders { get; set; }

#Property Value

Type Description
Boolean

true, if the currently selected tab’s row always holds its initial position; otherwise, false. The default is false.

#Remarks

If LayoutGroup.TabHeaderLayoutType is Multiline, you can use the FixedMultiLineTabHeaders property to prevent the row with the currently selected tab from being automatically displayed at the bottom, which is the default behavior.

See Also