Clear RadzenDropDown via code

Good day, I'm curious as to whether it is possible to clear a RadzenDropDown via code vs the icon.

If you set null to the property used by @bind-Value you will clear the DropDown selection.

Thanks Enchev, much appreciated!

I am trying the same thing but the dropdown is not resetting. I tried with int? type of value or string? but it is not working. Please help me to figure our what is the issue?