Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RootGroupsStyle Enum

Contains values used to specify the style of the navigation root group in WinForms applications.

Namespace: DevExpress.ExpressApp.Win.Templates.Navigation

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

#Declaration

public enum RootGroupsStyle

#Members

Name Description
Standard

Specifies that the root navigation groups are displayed within the NavBarControl in a WinForms application. The OfficeNavigationBar is not used.

OutlookSimple

Specifies that the OfficeNavigationBar is used to display root navigation groups in a WinForms application.

OutlookAnimated

Specifies that the OfficeNavigationBar is used to display root navigation groups in a WinForms application, and transitions from one group to another are animated.

#Related API Members

The following properties accept/return RootGroupsStyle values:

#Remarks

These enumeration values are used to set the IModelRootGroupsStyle.RootGroupsStyle property.

See Also