The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveLayoutComponentBase<T>.

ViewModel Property

Summary

Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.
Namespace
ReactiveUI.Blazor
Containing Type
ReactiveLayoutComponentBase<T>

Syntax

public T ViewModel { get; set; }

Value

Type Description
T