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

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

Declaration

[DefaultValue(false)]
public bool ShowGroupImageInHeader { get; set; }

Property Value

Type Default Description
Boolean **false**

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:

Library Object Type Path to ShowGroupImageInHeader
WinForms Controls NavBarControl
.OptionsNavPane.ShowGroupImageInHeader
Reporting XRDesignToolBox
.OptionsNavPane.ShowGroupImageInHeader

Remarks

A group’s image can be specified via the group’s NavElement.SmallImage, NavElement.SmallImageIndex, NavElement.LargeImage and NavElement.LargeImageIndex inherited properties. See the NavBarGroup.GroupCaptionUseImage property for more information.

See Also