XtraTabPageCollection.Remove(XtraTabPage) 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
)
#Parameters
Name | Type | Description |
---|---|---|
page | Xtra |
An Xtra |
See Also