Back to Devexpress

OptionsNavPane.ShowGroupImageInHeader Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-1314d846.md

latest2.1 KB
Original Source

OptionsNavPane.ShowGroupImageInHeader Property

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
public bool ShowGroupImageInHeader { get; set; }
vb
<DefaultValue(False)>
Public Property ShowGroupImageInHeader As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupImageInHeader
NavBarControl

.OptionsNavPane .ShowGroupImageInHeader

|

Remarks

A group’s image can be specified using options accessible in the group’s ImageOptions. See the NavBarGroup.GroupCaptionUseImage property for more information.

See Also

ImageOptions

GroupCaptionUseImage

ShowHeaderText

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace