Skip to main content
.NET 6.0+

IModelChoiceActionItemChildItemsDisplayStyle.ChildItemsDisplayStyle Property

Specifies the navbar group style when the IModelRootNavigationItems.NavigationStyle property is set to NavigationStyle.NavBar. Has effect in WinForms applications only.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[ModelBrowsable(typeof(ChildItemsDisplayStyleOptionModelVisibilityCalculator))]
ItemsDisplayStyle ChildItemsDisplayStyle { get; set; }

Property Value

Type Description
ItemsDisplayStyle

An ItemsDisplayStyle enumeration value specifying the navbar group style.

Remarks

The images below illustrate how the ChildItemsDisplayStyle property value influences the navbar group appearance.

ChildItemsDisplayStyle_LargeIcons

ChildItemsDisplayStyle_List

For details, refer to the Navigation System help topic.

See Also