Back to Devexpress

IModelChoiceActionItemChildItemsDisplayStyle.ChildItemsDisplayStyle Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelchoiceactionitemchilditemsdisplaystyle.md

latest3.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(ChildItemsDisplayStyleOptionModelVisibilityCalculator))]
ItemsDisplayStyle ChildItemsDisplayStyle { get; set; }
vb
<ModelBrowsable(GetType(ChildItemsDisplayStyleOptionModelVisibilityCalculator))>
Property ChildItemsDisplayStyle As ItemsDisplayStyle

Property Value

TypeDescription
ItemsDisplayStyle

An ItemsDisplayStyle enumeration value specifying the navbar group style.

|

Available values:

NameDescription
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

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

For details, refer to the Navigation System help topic.

See Also

IModelChoiceActionItemChildItemsDisplayStyle Interface

IModelChoiceActionItemChildItemsDisplayStyle Members

DevExpress.ExpressApp.Model Namespace