Skip to main content

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

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

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