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

RibbonControl.RibbonTitleBarVisibility Property

Gets or sets whether to show a bar that displays the Ribbon Quick Access Toolbar.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public RibbonTitleBarVisibility RibbonTitleBarVisibility { get; set; }

#Property Value

Type Description
RibbonTitleBarVisibility

A RibbonTitleBarVisibility value that specifies the visibility of the bar displaying the Quick Access Toolbar.

Available values:

Name Description
Auto

The bar is hidden if the following conditions are met:

Collapsed

The bar is hidden.

Visible

The bar is visible.

#Remarks

Use the RibbonTitleBarVisibility property to hide the bar that displays the Ribbon Quick Access Toolbar. The RibbonTitleBarVisibility property is in effect if the Ribbon is not displayed within a DXRibbonWindow and if the Office 2010 style (see RibbonControl.RibbonStyle) is applied.

If the RibbonTitleBarVisibility property is set to Visible or Collapsed, the bar is visible or hidden, respectively.

If the RibbonTitleBarVisibility property is set to Auto, the bar is hidden if the following conditions are met:

Otherwise, the bar is visible.

Note

This property is in effect if the Ribbon is not displayed within a DXRibbonWindow, in the Office 2010 style.

To get the actual title bar visibility, see RibbonControl.IsRibbonTitleBarActualVisible.

See Also