Skip to main content
A newer version of this page is available. .

NavigationPage Class

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Docking(DockingBehavior.Never)]
[SmartTagSupport(typeof(NavigationPageBounds), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagFilter(typeof(NavigationPageFilter))]
[SmartTagAction(typeof(NavigationPageActions), "CustomHeaderButtons", "Custom Header Buttons", SmartTagActionType.CloseAfterExecute)]
public class NavigationPage :
    NavigationPageBase,
    IButtonsPanelOwner,
    IButtonsPanelGlyphSkinningOwner,
    INavigationPage,
    INavigationPageBase,
    IBaseObject,
    IDisposable,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors

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