IModelRootNavigationItems.DefaultChildItemsDisplayStyle Property
Specifies the default navbar group style when the IModelRootNavigationItems.NavigationStyle property is set to NavigationStyle.NavBar.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
ItemsDisplayStyle | LargeIcons | An ItemsDisplayStyle enumeration value that specifies the default navbar group style. |
Remarks
This setting has no effect in XAF Blazor applications. For more information, refer to the following help topic: Navigation System.
See Also