My Blazor page has an SfSlider and I need to set its Value property to a setting that is stored. I have the Value property bound to a local variable. I have tried setting this value in OnInitializeAsync() and OnAfterRenderAsync but nothing seems to work. Once the page is fully loaded and visible, changing the position of the slider does change the value of the variable that the Value property is bound to.
How can I set this property when the page is for