Skip to main content

XtraTabPageCollection.Remove(XtraTabPage, Boolean) Method

Removes the specified tab page from the collection.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    XtraTabPage page,
    bool destroyPage
)

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