Skip to main content

XtraTabPageCollection.Remove(XtraTabPage) 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
)

Parameters

Name Type Description
page XtraTabPage

An XtraTabPage object which represents the tab page to be removed from the collection.

See Also