Can't find AllowVirtualization on DropDown Component

I just tried creating a brand new Visual Studio Blazor project and followed all the Getting started steps to install Radzen but when I go to use the DropDown component I do not have the option to set AllowVirtualization to true or false.

Hi @Banez,

Make sure you are using and up-to-date version of Radzen.Blazor and your application is .NET 5

Updating to .NET 5 resolved the issue. Thank you.