Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.NavigationPaneOverflowPanelUseSmallImages Property

Gets or sets whether groups in the Overflow panel are represented by small or large icons.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool NavigationPaneOverflowPanelUseSmallImages { get; set; }

#Property Value

Type Default Description
Boolean true

true if groups are represented by small images in the Overflow panel; otherwise, false.

#Remarks

In the NavigationPane view, the Overflow panel is used to access groups whose group buttons are not displayed. For instance, this can occur if the NavBarControl’s height is too small to display group buttons for all the available groups.

The NavigationPaneOverflowPanelUseSmallImages property specifies if the Overflow panel uses small or large icons to represent groups. The screenshots below illustrate the property values:

NavigationPaneOverflowPanelUseSmallImages is set to true NavigationPaneOverflowPanelUseSmallImages is set to false
Overflow_Small Overflow_Large
See Also