Dynamically Change CSS of RadzenTextBox

I want to change the CSS of a specific RadzenTextBox by code. How can that this done?

What does "by code" mean? All Radzen components support custom attributes and you can assign a CSS class to a property e.g. <RadzenTextBox class=@myclass />