RoutedItemsArgs.Items Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ICollection<BarItem> Items { get; set; }
#Property Value
Type | Description |
---|---|
ICollection<Bar |
The collection of bar items. |
See Also