Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

IEnumerable ItemsSource { get; }

Property Value

Type Description
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