XtraTabPageCollection.Clear(Boolean) Method
Removes all objects from the XtraTabPageCollection instance.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
destroyPages | Boolean | true, to release all resources used by the tab pages; otherwise, false. |
See Also