TabFormControlBase.ClosePage(TabFormPage) Method
Closes the specified page.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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