Back to Devexpress

IDocumentGroupProperties.DestroyOnRemovingChildren Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupproperties-de47c25a.md

latest2.5 KB
Original Source

IDocumentGroupProperties.DestroyOnRemovingChildren Property

Gets or sets the value that determines if document groups will be destroyed after removing all of their children.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool DestroyOnRemovingChildren { get; set; }
vb
Property DestroyOnRemovingChildren As Boolean

Property Value

TypeDescription
Boolean

true if document groups will be destroyed; otherwise, false.

|

Remarks

Use a View’s DestroyOnRemovingChildren property to specify the value that determines if document groups will be destroyed after removing all of their children. This setting is applied to all document groups by default. The IDocumentGroupDefaultProperties.DestroyOnRemovingChildren property allows you to override the DestroyOnRemovingChildren setting for an individual document group. To override the default setting, set the IDocumentGroupDefaultProperties.DestroyOnRemovingChildren property to True or False (not Default ).

See Also

ActualDestroyOnRemovingChildren

DestroyOnRemovingChildren

IDocumentGroupProperties Interface

IDocumentGroupProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace