Changing the font size of the dropdown items

I am trying to use the Style property to allow user to customize the size of the dropdown. However, the Style only affects the .rz-dropdown class, not the menu items. I did not some "Inspecting" and notice the menu items are on a separate xpath.

Does anyone know how can I pass the Style property to the MenuItems?

Indeed the Style property applies to the outermost element of the RadzenDropDown. It does not propagate to the items. You have to use specific CSS to change the font size of the items.

May I recommend a feature that allows the font-size to be specified for both the label and items? Thanks!