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.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[ModelBrowsable(typeof(ChildItemsDisplayStyleOptionModelVisibilityCalculator))]
ItemsDisplayStyle ChildItemsDisplayStyle { get; set; }
#Property Value
Type | Description |
---|---|
Items |
An Items |
Available values:
Name | Description |
---|---|
List | Specifies that a navbar group is displayed as a treelist. This treelist’s structure is identical to the structure of the IModel |
Large |
Specifies that a navbar group is displayed as a set of icons specified by the IModel |
#Remarks
The images below illustrate how the ChildItemsDisplayStyle property value influences the navbar group appearance.
For details, refer to the Navigation System help topic.