Skip to main content

NavigationFrame.CreateNewPage() Method

Adds a new blank page to this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual NavigationPageBase CreateNewPage()

Returns

Type Description
NavigationPageBase

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

See Also