IModelRootNavigationItems.DefaultChildItemsDisplayStyle Property
Namespace: DevExpress.ExpressApp.SystemModule
Assembly:
DevExpress.ExpressApp.v26.1.dll
Declaration
[DefaultValue(ItemsDisplayStyle.LargeIcons)]
[ModelBrowsable(typeof(ChildItemsDisplayStyleOptionModelVisibilityCalculator))]
ItemsDisplayStyle DefaultChildItemsDisplayStyle { get; set; }
<DefaultValue(ItemsDisplayStyle.LargeIcons)>
<ModelBrowsable(GetType(ChildItemsDisplayStyleOptionModelVisibilityCalculator))>
Property DefaultChildItemsDisplayStyle As ItemsDisplayStyle
Property Value
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 IModelRootNavigationItems node’s child node represented by the navbar group.
|
|
LargeIcons
|
Specifies that a navbar group is displayed as a set of icons specified by the IModelBaseChoiceActionItem.ImageName properties of the corresponding IModelNavigationItem nodes. Only the second-level child nodes of the IModelRootNavigationItems node are displayed. Available in Windows Forms applications only.
|
This setting has no effect in XAF Blazor applications. For more information, refer to the following help topic: Navigation System.
See Also