XtraTabPageCollection.Remove(XtraTabPage) Method
Removes the specified tab page from the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| page | XtraTabPage | An XtraTabPage object which represents the tab page to be removed from the collection. |
See Also