Back to Devexpress

OptionsNavPane.ShowHeaderText Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-31f16fff.md

latest2.3 KB
Original Source

OptionsNavPane.ShowHeaderText Property

Gets or sets whether to display the active group’s caption in the NavBarControl’s header.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
public virtual bool ShowHeaderText { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ShowHeaderText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display the active group’s caption in the NavBarControl’s header; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHeaderText
NavBarControl

.OptionsNavPane .ShowHeaderText

|

Remarks

A group’s caption can be specified with the group’s NavElement.Caption property. By default, the active group’s caption is displayed in the NavBarControl’s header. Set the ShowHeaderText property to false to hide this caption. The following figures show NavBarControls with and without the active group’s caption displayed in the NavBarControl’s header.

See Also

ShowGroupImageInHeader

Caption

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace