ItemsDisplayStyle Enum
Contains value which specify navbar group styles.
Namespace: DevExpress.ExpressApp.Templates.ActionContainers
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return ItemsDisplayStyle values:
#Remarks
These enumeration values are used to set the IModelRootNavigationItems.DefaultChildItemsDisplayStyle property.