Back to Devexpress

ILinksHolder.ItemsSource Property

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-7251492e.md

latest1.4 KB
Original Source

ILinksHolder.ItemsSource Property

Gets a collection of objects providing information to generate and initialize BarItemLinks for the ILinksHolder interface.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
IEnumerable ItemsSource { get; }
vb
ReadOnly Property ItemsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

A source of objects that will be visualized as BarItemLinks.

|

Remarks

The ItemsSource property supports the MVVM design pattern. See the MVVM Framework topic to learn more.

See Also

MVVM Framework

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace