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

TabPane.CreateNewPage() Method

Adds a new blank page to this TabPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override NavigationPageBase CreateNewPage()

Returns

Type Description
NavigationPageBase

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

See Also