Back to Devexpress

IModelRootGroupsStyle.RootGroupsStyle Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-dot-imodelrootgroupsstyle.md

latest3.9 KB
Original Source

IModelRootGroupsStyle.RootGroupsStyle Property

Specifies the style of the navigation root group.

Namespace : DevExpress.ExpressApp.Win.SystemModule

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
RootGroupsStyle RootGroupsStyle { get; set; }
vb
Property RootGroupsStyle As RootGroupsStyle

Property Value

TypeDescription
RootGroupsStyle

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

|

Available values:

NameDescription
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

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

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

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

Otherwise, the Standard style is always used.

See Also

IModelRootGroupsStyle Interface

IModelRootGroupsStyle Members

DevExpress.ExpressApp.Win.SystemModule Namespace