NavigationFrame.AddPage(String, String) Method
In This Article
Adds a new page containing the specific control in the current NavigationFrame.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value that is the caption of the created page. |
control |
String | A Control object hosted within a newly created page. |
#Returns
Type | Description |
---|---|
Navigation |
A Navigation |
See Also