Back to Devexpress

XtraMdiTabPageCollection.Remove(IXtraTabPage) Method

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpagecollection-dot-remove-x28-devexpress-dot-xtratab-dot-ixtratabpage-x29.md

latest1.4 KB
Original Source

XtraMdiTabPageCollection.Remove(IXtraTabPage) Method

Removes the specified tab page from the collection.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Remove(
    IXtraTabPage page
)
vb
Public Sub Remove(
    page As IXtraTabPage
)

Parameters

NameTypeDescription
pageDevExpress.XtraTab.IXtraTabPage

An object which implements the DevExpress.XtraTab.IXtraTabPage interface to remove from the collection.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

XtraMdiTabPageCollection Class

XtraMdiTabPageCollection Members

DevExpress.XtraTabbedMdi Namespace