Back to Devexpress

TabPane.CreateNewPage() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabpane-ae79ae4d.md

latest1.3 KB
Original Source

TabPane.CreateNewPage() Method

Adds a new blank page to this TabPane control.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override NavigationPageBase CreateNewPage()
vb
Public Overrides Function CreateNewPage As NavigationPageBase

Returns

TypeDescription
NavigationPageBase

A NavigationPageBase object that is the new page added to this TabPane control.

|

See Also

TabPane Class

TabPane Members

DevExpress.XtraBars.Navigation Namespace