Back to Devexpress

NavigationFrame.CreateNewPage() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-675ed4d2.md

latest1.5 KB
Original Source

NavigationFrame.CreateNewPage() Method

Adds a new blank page to this NavigationFrame.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigationPageBase CreateNewPage()
vb
Public Overridable Function CreateNewPage As NavigationPageBase

Returns

TypeDescription
NavigationPageBase

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

|

See Also

Navigation Frame and Tab Pane

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace