XtraTabPageCollection.Remove(XtraTabPage, Boolean) Method
Removes the specified tab page from the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| page | XtraTabPage | An XtraTabPage object which represents the tab page to be removed from the collection. |
| destroyPage | Boolean | true, to release all resources used by the tab page; otherwise, false. |
See Also