NavBarGroupStyle Enum
Contains possible styles for representing a group’s contents.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Members
Name | Description |
---|---|
Default
|
The link arrangement mode is dependent on the current View. In the following Views, links are painted in the Large In other Views, links are painted in the Small |
Small
|
A group’s links are displayed in one column, using small icons and with captions. |
Large
|
A group’s links are displayed in one column, using large icons and with captions. In the VSTool |
Small
|
A group’s links are displayed across then down, using small icons and without captions. This mode is supported in the following paint Views: Base In other paint Views, links are painted in the Small |
Large
|
A group’s links are displayed across then down, using large icons and without captions. This mode is supported in the following paint Views: Base In other paint Views, links are painted differently:
|
Control
|
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 Nav In the image below the Nav |
#Related API Members
The following properties accept/return NavBarGroupStyle values:
Library | Related API Members |
---|---|
Win |
Nav |
.NET Reporting Tools | Tool |
XRDesign |
#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.