XtraTabPageCollection.Remove(XtraTabPage, Boolean) Method
In This Article
Removes the specified tab page from the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual void Remove(
XtraTabPage page,
bool destroyPage
)
#Parameters
Name | Type | Description |
---|---|---|
page | Xtra |
An Xtra |
destroy |
Boolean | true, to release all resources used by the tab page; otherwise, false. |
See Also