Skip to content

NavigationView class

Defined in

Namespace: Sextant.XamForms Assembly: Sextant.XamForms.dll Full name: Sextant.XamForms.NavigationView Modifiers: public

Summary

View source

        The main navigation view.
        

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

Class hierarchy
classDiagram
class NavigationView
class NavigationPage
NavigationPage <|-- NavigationView
class IView {
    <>
}
IView <|.. NavigationView
class IEnableLogger {
    <>
}
IEnableLogger <|.. NavigationView
class IDisposable {
    <>
}
IDisposable <|.. NavigationView

Inherits from: NavigationPage

Implements: IView, IEnableLogger, IDisposable

Constructors

NameSummary
.ctorInitializes a new instance of the [NavigationView](# class.

Properties

NameSummary
MainThreadSchedulerGets the main thread scheduler for the [IView](# instance.
PagePoppedGets an observable notifying that a page was popped from the navigation stack.

Methods

NameSummary
PopModalPops the modal from the modal stack.
PopPagePops the page from the navigation stack.
PopToRootPagePops the root page.
PushModalPushes the modal onto the modal stack.
PushPagePushes the page onto the navigation stack.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Inherited members