Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

[DefaultValue(ItemsDisplayStyle.LargeIcons)]
[ModelBrowsable(typeof(ChildItemsDisplayStyleOptionModelVisibilityCalculator))]
ItemsDisplayStyle DefaultChildItemsDisplayStyle { get; set; }

Property Value

Type Default Description
ItemsDisplayStyle **LargeIcons**

An ItemsDisplayStyle enumeration value specifying the default navbar group style.

Remarks

For details, refer to the Navigation System help topic.

See Also