Back to Devexpress

NavigationPage Class

windowsforms-devexpress-dot-xtrabars-dot-navigation-0a541de5.md

latest3.4 KB
Original Source

NavigationPage Class

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

Declaration

csharp
public class NavigationPage :
    NavigationPageBase,
    IButtonsPanelOwner,
    IButtonsPanelGlyphSkinningOwner,
    INavigationPage,
    INavigationPageBase,
    IBaseObject,
    IDisposable,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors,
    IStringImageProvider
vb
Public Class NavigationPage
    Inherits NavigationPageBase
    Implements 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.

Implements

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl XtraScrollableControl XtraPanel NavigationPageBase NavigationPage

See Also

NavigationPage Members

NavigationPane

NavigationFrame

TabPane

DevExpress.XtraBars.Navigation Namespace