Back to Devexpress

RibbonControl.RibbonHeaderVisibility Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-acf2e9b2.md

latest1.7 KB
Original Source

RibbonControl.RibbonHeaderVisibility Property

Gets or sets whether to show the Ribbon’s page headers and the region above the headers.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonHeaderVisibility RibbonHeaderVisibility { get; set; }
vb
Public Property RibbonHeaderVisibility As RibbonHeaderVisibility

Property Value

TypeDescription
DevExpress.Xpf.Ribbon.RibbonHeaderVisibility

A RibbonHeaderVisibility value that specifies the visibility of the Ribbon’s header region.

|

Remarks

If the RibbonHeaderVisibility property is set to Collapsed, the Ribbon’s page headers and the region above the headers (including the Application Button) is hidden. If the Ribbon Quick Access Toolbar is displayed above the Ribbon, it will be hidden as well.

See Also

RibbonTitleBarVisibility

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace