Skip to main content
A newer version of this page is available. .
Bar

TabFormControlBase.ClosePage(TabFormPage) Method

Closes the specified page.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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