Back to Devexpress

BarContainerControl.Items Property

wpf-devexpress-dot-xpf-dot-bars-dot-barcontainercontrol-98d462c1.md

latest1.2 KB
Original Source

BarContainerControl.Items Property

OBSOLETE

Use Bars property instead.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Obsolete("Use BarManager.Bars property instead.")]
public ItemCollection Items { get; }
vb
<Obsolete("Use BarManager.Bars property instead.")>
Public ReadOnly Property Items As ItemCollection

Property Value

Type
ItemCollection

See Also

BarContainerControl Class

BarContainerControl Members

DevExpress.Xpf.Bars Namespace