IModelRootGroupsStyle.RootGroupsStyle Property
Specifies the style of the navigation root group.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
RootGroupsStyle RootGroupsStyle { get; set; }
#Property Value
Type | Description |
---|---|
Root |
The Root |
Available values:
Name | Description |
---|---|
Standard | Specifies that the root navigation groups are displayed within the Nav |
Outlook |
Specifies that the Office |
Outlook |
Specifies that the Office |
#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.
- The IModelRootNavigationItems.NavigationStyle property is set to
NavBar
. - The IModelOptionsWin.FormStyle property is set to
Ribbon
. - The IModelOptionsWin.UIType property is set to
SingleWindowSDI
orMultipleWindowSDI
. - The WinApplication.UseOldTemplates property is set to
false
.
Otherwise, the Standard
style is always used.