Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DefaultValue(GroupImageShowMode.Always)]
public GroupImageShowMode GroupImageShowMode { get; set; }

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
.OptionsNavPane .GroupImageShowMode

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.

NavBar_CollapsedWithImage NavBar_ExpandedWithImage

GroupImageShowMode.InCollapsedState

The group image is shown in collapsed mode and is not displayed in expanded mode.

NavBar_CollapsedWithImage NavBar_ExpandedWithoutImage

Use the following properties to specify the group image:

See Also