Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.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.

Remarks

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

See Also