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

NavigationFrame.AddPage(Control) Method

Adds a new page containing the specific control in the current NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public NavigationPageBase AddPage(
    Control content
)

Parameters

Name Type Description
content Control

A Control object hosted in a newly created page.

Returns

Type Description
NavigationPageBase

A NavigationPageBase object that is the page added to this NavigationFrame.

See Also