Back to Devexpress

ILinksHolder.Items Property

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-b8e2c20b.md

latest1.4 KB
Original Source

ILinksHolder.Items Property

Provides access to BarItems displayed within the parent container, derived from the ILinksHolder interface.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
CommonBarItemCollection Items { get; }
vb
ReadOnly Property Items As CommonBarItemCollection

Property Value

TypeDescription
DevExpress.Xpf.Bars.CommonBarItemCollection

A CommonBarItemCollection that stores BarItems displayed within the parent container, derived from the ILinksHolder interface.

|

Remarks

Use this property to add, remove and modify BarItems stored within the parent container.

See Also

BarItem

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace