TabFormControlBase.ClosePage(TabFormPage) Method
Closes the specified page.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| page | TabFormPage | The TabFormPage to close. |
Remarks
The ClosePage method closes the specified page, raising the TabFormControlBase.PageClosing and TabFormControlBase.PageClosed events.
See Also