Back to Devexpress

OptionsNavPane.GroupImageShowMode Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-fe619157.md

latest3.2 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(GroupImageShowMode.Always)]
public GroupImageShowMode GroupImageShowMode { get; set; }
vb
<DefaultValue(GroupImageShowMode.Always)>
Public Property GroupImageShowMode As GroupImageShowMode

Property Value

TypeDefaultDescription
DevExpress.XtraNavBar.GroupImageShowModeAlways

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 TypePath 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.

| |

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

ImageOptions

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace