Back to Devexpress

NavBarControl.NavigationPaneOverflowPanelUseSmallImages Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-5c929f77.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool NavigationPaneOverflowPanelUseSmallImages { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property NavigationPaneOverflowPanelUseSmallImages As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 trueNavigationPaneOverflowPanelUseSmallImages is set to false

See Also

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace