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

ReactiveInjectableComponentBase<T>.

ViewModel Property

Summary

Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.

Syntax

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

Attributes

Type Description
Inject

Value

Type Description
T