Skip to main content
A newer version of this page is available. .
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.v19.2.dll

Declaration

[Browsable(false)]
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