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.ShowPageHeadersMode Property

Gets or sets page headers display mode.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(ShowPageHeadersMode.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public ShowPageHeadersMode ShowPageHeadersMode { get; set; }

#Property Value

Type Default Description
ShowPageHeadersMode Default

A ShowPageHeadersMode value that specifies page headers display mode.

Available values:

Name Description
Default

Currently, this option is the same as the ShowPageHeadersMode.Show option.

Hide

Ribbon page headers are hidden.

Show

Ribbon page headers are always visible.

ShowOnMultiplePages

Ribbon page headers are visible when the control contains two or more pages.

#Remarks

Use this property to hide page headers, to always display headers, or to display headers only when there are multiple page headers. See the ShowPageHeadersMode topic for details on available options.

See Also