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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
Use the RibbonTitleBarVisibility property to hide the bar that displays the Ribbon Quick Access Toolbar. The RibbonTitleBarVisibility property is in effect 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:
- the Quick Access Toolbar is positioned below the Ribbon (the RibbonControl.ToolbarShowMode property is set to ShowBelow);
- there are no visible contextual pages.
Otherwise, the bar is visible.
To get the actual title bar visibility, see RibbonControl.IsRibbonTitleBarActualVisible.