OptionsNavPane.ShowGroupImageInHeader Property
In This Article
Gets or sets whether to display the active group’s image in the NavBarControl’s header.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to display the active group’s image in the Nav |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Show |
---|---|
Nav |
|
#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