RoutedItemLinksArgs.ItemLinks Property
In This Article
Gets or sets the collection of bar item links in the results list.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ICollection<BarItemLink> ItemLinks { get; set; }
#Property Value
Type |
---|
ICollection<Bar |
See Also