A newer version of this page is available.
Switch to the current version.
LayoutGroup.DestroyOnClosingChildren Property
Gets or sets whether the current group is destroyed when removing all its children. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
public bool DestroyOnClosingChildren { get; set; }
Public Property DestroyOnClosingChildren As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the current group is destroyed when removing all its children; otherwise, false. |
Remarks
Setting this property to true has no effect if the group's LayoutGroup.GroupBorderStyle property isn't set to GroupBorderStyle.NoBorder .
See Also
Feedback