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

NavigationFrame.CreateNewPage() Method

Adds a new blank page to this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual NavigationPageBase CreateNewPage()

Returns

Type Description
NavigationPageBase

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

See Also