Skip to main content
.NET 6.0+

ItemsDisplayStyle Enum

Contains value which specify navbar group styles.

Namespace: DevExpress.ExpressApp.Templates.ActionContainers

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ItemsDisplayStyle

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 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.

Remarks

These enumeration values are used to set the IModelRootNavigationItems.DefaultChildItemsDisplayStyle property.

See Also