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.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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 |
---|---|