TabPane.CreateNewPage() Method
Adds a new blank page to this TabPane control.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| NavigationPageBase | A NavigationPageBase object that is the new page added to this TabPane control. |
See Also