TabFormControlBase.ClosePage(TabFormPage) Method
In This Article
Closes the specified page.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void ClosePage(
TabFormPage page
)
#Parameters
Name | Type | Description |
---|---|---|
page | Tab |
The Tab |
#Remarks
The ClosePage method closes the specified page, raising the TabFormControlBase.PageClosing and TabFormControlBase.PageClosed events.
See Also