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

ReactiveComponentBase<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
ReactiveComponentBase<T>

Syntax

[Parameter]
public T ViewModel { get; set; }

Attributes

Type Description
Parameter

Value

Type Description
T