Using a nullable decimal as a variable, [Reactive] public decimal? CustomPrice { get; set; }, I am trying to update it with the following:
[Reactive] public decimal? CustomPrice { get; set; }
this.W