Back to Devexpress

BarManager.ItemLinkIdCollection Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-56e00afb.md

latest1.4 KB
Original Source

BarManager.ItemLinkIdCollection Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, -4, XtraSerializationFlags.None)]
public BarItemLinkIdCollection ItemLinkIdCollection { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True, -4, XtraSerializationFlags.None)>
Public ReadOnly Property ItemLinkIdCollection As BarItemLinkIdCollection

Property Value

Type
DevExpress.XtraBars.BarItemLinkIdCollection

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace