ReactiveShellContent class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveShellContent<T>
Modifiers: public
Summary¶
ShellViewModel.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveShellContent~T~
class ShellContent
ShellContent <|-- ReactiveShellContent~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveShellContent~T~
Inherits from: ShellContent
Implements: IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveShellContent](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the view model. |
| Contract | Gets or sets the contract for the view. |
Fields¶
| Name | Summary |
|---|---|
| static ContractProperty | The contract property. |
| static ViewModelProperty | The view model property. |
Inherited members
See also¶
Xamarin.Forms.ShellContent