Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigationPage Class

A child element within the NavigationPane, NavigationFrame and TabPane controls.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class NavigationPage :
    NavigationPageBase,
    IButtonsPanelOwner,
    IButtonsPanelGlyphSkinningOwner,
    INavigationPage,
    INavigationPageBase,
    IBaseObject,
    IDisposable,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors,
    IStringImageProvider

The following members return NavigationPage objects:

#Remarks

The NavigationPage object is a singleton container, capable of displaying any content added to its Controls collection. Depending on the parent control that hosts this NavigationPage, some of its properties may be disabled.

For the NavigationFrame control, almost all NavigationPage properties are ignored. No images, custom header buttons or page captions are visible. All these elements are in effect only when a page is hosted within a NavigationPane or TabPane.

See Also