NavigationView class¶
Defined in
Namespace: Sextant.Avalonia
Assembly: Sextant.Avalonia.dll
Full name: Sextant.Avalonia.NavigationView
Modifiers: public sealed
Summary¶
The IView implementation for Avalonia.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0
Class hierarchy
classDiagram
class NavigationView
class ContentControl
ContentControl <|-- NavigationView
class IView {
<>
}
IView <|.. NavigationView
Inherits from: ContentControl
Implements: IView
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationView](# class. |
Properties¶
| Name | Summary |
|---|---|
| MainThreadScheduler | Gets or sets the scheduler used by the [NavigationView](# |
| ViewLocator | Gets or sets the scheduler used by the [NavigationView](# |
| PagePopped | Gets an observable notifying that a page was popped from the navigation stack. |
| StyleKeyOverride | Gets the type by which the element is styled. |
Methods¶
| Name | Summary |
|---|---|
| PushPage | Pushes the page onto the navigation stack. |
| PopPage | Pops the page from the navigation stack. |
| PopToRootPage | Pops the root page. |
| PushModal | Pushes the modal onto the modal stack. |
| PopModal | Pops the modal from the modal stack. |