Back to Devexpress

BarManager.AllowDisposeItems Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-04a0fe16.md

latest1.6 KB
Original Source

BarManager.AllowDisposeItems Property

Gets or sets whether bar items are disposed when removed from the BarManager.Items collection.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowDisposeItems { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowDisposeItems As Boolean

Property Value

TypeDescription
Boolean

true if bar items are disposed when removed from the BarManager.Items collection; otherwise, false.

|

See Also

Items

Remove(BarItem)

RemoveAt(Int32)

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace