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.

IModelRootGroupsStyle.RootGroupsStyle Property

Specifies the style of the navigation root group.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

RootGroupsStyle RootGroupsStyle { get; set; }

Property Value

Type Description
RootGroupsStyle

The RootGroupsStyle enumeration value which specifies the style of the navigation root group.

Remarks

In the OutlookSimple or OutlookAnimated modes, the OfficeNavigationBar control is used to display root navigation groups in addition to the NavBarControl.

OutlookStyleMainRibbonForm

Use the Model Editor invoked for the WinForms application or module project to change the RootGroupsStyle value.

Model_RootGroupsStyle

Setting this property to the OutlookSimple or OutlookAnimated has effect under the following conditions.

Otherwise, the Standard style is always used.

Note

You can see a demonstration of the OutlookAnimated style in the XCRM demo installed to %PUBLIC%\Documents\DevExpress Demos 21.2\Components\eXpressApp Framework\XCRM, by default.

See Also