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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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