IContentContainerProperties.DestroyOnRemovingChildren Property
Gets or sets whether Content Containers within this View should be automatically destroyed after all their child Documents have been removed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if Content Containers within this View should be automatically destroyed after all their child Documents have been removed; otherwise, false. |
Remarks
To override this global setting for individual containers, use the IContentContainerDefaultProperties.DestroyOnRemovingChildren property instead.
See Also