Skip to content

ReactiveShell class

Defined in

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

Summary

View source

        Reactive Shell.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveShell~T~
class Shell
Shell <|-- ReactiveShell~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveShell~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveShell~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveShell~T~

Inherits from: Shell

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedDevelopers may override this method to customize behavior in response to the binding context changing.
Inherited members

See also