BarManager.AllowDisposeItems Property
In This Article
Gets or sets whether bar items are disposed when removed from the BarManager.Items collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.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 Bar |
See Also