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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public RibbonHeaderVisibility RibbonHeaderVisibility { get; set; }

#Property Value

Type Description
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