Skip to main content
Bar

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

TabFormControlBase.ShowTabsInTitleBar Property

Gets or sets whether the page tabs are displayed immediately below the TabForm top edge, in place of the regular title bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

#Declaration

[DefaultValue(ShowTabsInTitleBar.False)]
public ShowTabsInTitleBar ShowTabsInTitleBar { get; set; }

#Property Value

Type Default Description
DevExpress.XtraBars.ShowTabsInTitleBar False

A DevExpress.XtraBars.ShowTabsInTitleBar enumeration value that specifies whether page tabs are displayed in place of the regular title bar.

#Remarks

By default, when the ShowTabsInTitleBar property is set to False, the TabForm displays the regular title bar and TabFormControlBase.TitleItemLinks collection items. See the figure below.

TabFormControl

Set the ShowTabsInTitleBar property to True to display the page tabs immediately below the TabForm top edge, while the regular title bar and the TabFormControlBase.TitleItemLinks collection items are hidden. See the figure below.

TabForm_TabsOnTop

In the case of this layout, the TabFormControlBase.TitleTabVerticalOffset property allows you to specify the amount of space between the TabForm top edge and the tabs.

See Also