OptionsNavPane.GroupImageShowMode Property
Gets or sets whether a group image is always visible, or visible only when the NavBarControl is collapsed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Always | The Group |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Group |
---|---|
Nav |
|
#Remarks
The GroupImageShowMode property specifies whether the group image is always visible or visible only when the NavBarControl is collapsed. This property is in effect in the Navigation Pane View.
Group image show mode | Description |
---|---|
Group | The group image is shown in collapsed and expanded modes.
|
Group | The group image is shown in collapsed mode and is not displayed in expanded mode.
|
Use the following properties to specify the group image:
LargeImage
andLargeImageIndex
options accessible in the group’s ImageOptions - to assign a large image to the group.SmallImage
andSmallImageIndex
options accessible in the group’s ImageOptions - to assign a small image to the group.