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.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to GroupImageShowMode |
---|---|
NavBarControl |
|
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 |
---|---|
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:
- NavElement.LargeImage or NavElement.LargeImageIndex - to assign a large image to the group.
- NavElement.SmallImage or NavElement.SmallImageIndex - to assign a small image to the group.