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