Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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