Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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