windowsforms-devexpress-dot-xtrabars-dot-navigation-0a541de5.md
A child element within the NavigationPane, NavigationFrame and TabPane controls.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class NavigationPage :
NavigationPageBase,
IButtonsPanelOwner,
IButtonsPanelGlyphSkinningOwner,
INavigationPage,
INavigationPageBase,
IBaseObject,
IDisposable,
ISupportDXSkinColorsEx,
ISupportDXSkinColors,
IStringImageProvider
Public Class NavigationPage
Inherits NavigationPageBase
Implements IButtonsPanelOwner,
IButtonsPanelGlyphSkinningOwner,
INavigationPage,
INavigationPageBase,
IBaseObject,
IDisposable,
ISupportDXSkinColorsEx,
ISupportDXSkinColors,
IStringImageProvider
The following members return NavigationPage objects:
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.
Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel NavigationPageBase NavigationPage
See Also