Skip to main content
All docs
V24.1
Bar

RoutedItemsArgs.Items Property

Gets or sets Ribbon items among which the ThemedWindow searches when a users types in the search box.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICollection<BarItem> Items { get; set; }

Property Value

Type Description
ICollection<BarItem>

The collection of bar items.

See Also