A newer version of this page is available.
Switch to the current version.
IContentContainerDefaultProperties.DestroyOnRemovingChildren Property
Gets or sets whether this Content Container should be automatically destroyed after all its child Documents have been removed.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
DefaultBoolean DestroyOnRemovingChildren { get; set; }
Property DestroyOnRemovingChildren As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumerator value that specifies whether this Content Container should be automatically destroyed after all its child Documents have been removed. |
Remarks
The DestroyOnRemovingChildren property overrides the IContentContainerProperties.DestroyOnRemovingChildren property, which affects all containers within this View.
See Also
Feedback