Skip to main content
Bar

TabFormControlBase.ClosePage(TabFormPage) Method

Closes the specified page.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ClosePage(
    TabFormPage page
)

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