Skip to main content
A newer version of this page is available. .
Bar

ToolbarListItem.ListItemType Property

Gets or sets how the contents of the ToolbarListItem object are represented. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ToolbarListItemType ListItemType { get; set; }

Property Value

Type Description
ToolbarListItemType

A ToolbarListItemType value that specifies how the contents of the ToolbarListItem object are represented.

Available values:

Name Description
ShowBars

The ToolbarListItem allows an end-user to control the visibility of bars.

ShowBarsAndItems

The ToolbarListItem allows an end-user to control the visibility of bar items within all available bars.

Remarks

Use the ListItemType property to specify whether the ToolbarListItem object allows an end-user to control the visibility of bars or items within bars.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ListItemType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also