NavigationView class¶
Defined in
Namespace: Sextant.XamForms
Assembly: Sextant.XamForms.dll
Full name: Sextant.XamForms.NavigationView
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationView](# class. |
Properties¶
| Name | Summary |
|---|---|
| MainThreadScheduler | Gets the main thread scheduler for the [IView](# instance. |
| PagePopped | Gets an observable notifying that a page was popped from the navigation stack. |
Methods¶
| Name | Summary |
|---|---|
| PopModal | Pops the modal from the modal stack. |
| PopPage | Pops the page from the navigation stack. |
| PopToRootPage | Pops the root page. |
| PushModal | Pushes the modal onto the modal stack. |
| PushPage | Pushes the page onto the navigation stack. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |