Class ReactiveShellContent<TViewModel>
- Namespace
- ReactiveUI.Maui
- Assembly
- ReactiveUI.Maui.dll
ReactiveShellContent.
public class ReactiveShellContent<TViewModel> : ShellContent, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement, IShellContentController, IElementController, IVisualTreeElement, IActivatableView where TViewModel : class
Type Parameters
TViewModel
The type of the view model.
- Inheritance
-
ReactiveShellContent<TViewModel>
- Implements
- Inherited Members
- Extension Methods
Constructors
ReactiveShellContent()
Initializes a new instance of the ReactiveShellContent<TViewModel> class.
Fields
ContractProperty
The contract property.
Field Value
ViewModelProperty
The view model property.
Field Value
Properties
Contract
Gets or sets the contract for the view.
Property Value
- string
The contract.
ViewModel
Gets or sets the view model.
Property Value
- TView
Model The view model.