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.v26.1.dll
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