Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

bool DestroyOnRemovingChildren { get; set; }

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