RoutedItemLinksArgs.ItemLinks Property
Gets or sets the collection of bar item links in the results list.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Property Value
| Type |
|---|
| ICollection<BarItemLink> |
See Also
Gets or sets the collection of bar item links in the results list.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
public ICollection<BarItemLink> ItemLinks { get; set; }
Public Property ItemLinks As ICollection(Of BarItemLink)
| Type |
|---|
| ICollection<BarItemLink> |