windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-fe619157.md
Gets or sets whether a group image is always visible, or visible only when the NavBarControl is collapsed.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
[DefaultValue(GroupImageShowMode.Always)]
public GroupImageShowMode GroupImageShowMode { get; set; }
<DefaultValue(GroupImageShowMode.Always)>
Public Property GroupImageShowMode As GroupImageShowMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraNavBar.GroupImageShowMode | Always |
The GroupImageShowMode value that specifies whether a group image is always visible or visible only when the NavBarControl is collapsed.
|
You can access this nested property as listed below:
| Object Type | Path to GroupImageShowMode |
|---|---|
| NavBarControl |
.OptionsNavPane .GroupImageShowMode
|
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
| | --- | --- | |
GroupImageShowMode.Always
|
The group image is shown in collapsed and expanded modes.
| |
GroupImageShowMode.InCollapsedState
|
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 and LargeImageIndex options accessible in the group’s ImageOptions - to assign a large image to the group.SmallImage and SmallImageIndex options accessible in the group’s ImageOptions - to assign a small image to the group.See Also