Skip to main content

TabPane.CreateNewPage() Method

Adds a new blank page to this TabPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.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