Back to Devexpress

NavigationFrame.Pages Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-53e11697.md

latest1.9 KB
Original Source

NavigationFrame.Pages Property

Provides indexed zero-based access to all pages owned by this NavigationFrame.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
[DXCategory("Pages")]
public NavigationPageBaseCollection Pages { get; }
vb
<ListBindable(False)>
<DXCategory("Pages")>
Public ReadOnly Property Pages As NavigationPageBaseCollection

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.NavigationPageBaseCollection

A DevExpress.XtraBars.Navigation.NavigationPageBaseCollection object that stores pages owned by this NavigationFrame.

|

Remarks

To add a new page to the NavigationFrame, use the NavigationFrame.AddPage or NavigationFrame.CreateNewPage methods.

See Also

Navigation Frame and Tab Pane

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace