Skip to content

ReactiveShellContent class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveShellContent<T> Modifiers: public

Summary

View source

        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

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

Properties

NameSummary
ViewModelGets or sets the view model.
ContractGets or sets the contract for the view.

Fields

NameSummary
static ContractPropertyThe contract property.
static ViewModelPropertyThe view model property.
Inherited members

See also

  • Xamarin.Forms.ShellContent