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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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