Skip to main content
A newer version of this page is available. .

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RibbonHeaderVisibility property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also