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

IContentContainerDefaultProperties.ActualDestroyOnRemovingChildren Property

Gets whether this Content Container will be destroyed after removing all its child items.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool ActualDestroyOnRemovingChildren { get; }

Property Value

Type Description
Boolean

true, if this Content Container will be destroyed after removing all its child items; otherwise, false.

Remarks

See the IContentContainerDefaultProperties.DestroyOnRemovingChildren and IContentContainerProperties.DestroyOnRemovingChildren properties to learn more.

See Also