Skip to main content
Bar

BarManager.AllowDisposeItems Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowDisposeItems { get; set; }

Property Value

Type Description
Boolean

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

See Also