NavBarGroupStyle Enum
Contains possible styles for representing a group’s contents.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
The link arrangement mode is dependent on the current View. In the following Views, links are painted in the LargeIconsText mode: BaseView, FlatView, Office1View, Office2View, Office3View, AdvExplorerBarView, ExplorerBarView, UltraFlatExplorerBarView, XP1View, XP2View and XPExplorerBarView. In other Views, links are painted in the SmallIconsText mode. |
SmallIconsText
|
A group’s links are displayed in one column, using small icons and with captions. |
LargeIconsText
|
A group’s links are displayed in one column, using large icons and with captions. In the VSToolBoxView paint style, links are painted in the SmallIconsText mode. |
SmallIconsList
|
A group’s links are displayed across then down, using small icons and without captions. This mode is supported in the following paint Views: BaseView, FlatView, Office1View, Office2View, Office3View, VSToolBoxView, UltraFlatExplorerBarView, XP1View, XP2View and NavigationPane. In other paint Views, links are painted in the SmallIconsText mode. |
LargeIconsList
|
A group’s links are displayed across then down, using large icons and without captions. This mode is supported in the following paint Views: BaseView, FlatView, Office1View, Office2View, Office3View, UltraFlatExplorerBarView, XP1View, XP2View and NavigationPane. In other paint Views, links are painted differently:
|
ControlContainer
|
This setting allows you to display any controls within the group. In this case, the group does not display its links. Instead, it provides a container control - a surface on which you can place any arbitrary controls. For more information, see the NavBarGroupControlContainer topic. In the image below the NavBarControl’s group displays a Tree List control. |
Remarks
The NavBarGroupStyle class enumerates values for the NavBarGroup.GroupStyle property. Use this property to specify how the group’s contents are displayed.
Note that specific Views do not support all the available styles. See the fields’ descriptions for details.