RadzenTextArea Cols get doesn't work

I need the number of columns on a RadzenTextArea for a calculation.

<RadzenTextArea @ref="myTextArea".../>

myTextArea.Cols returns 0 no matter what.

If the property is not set it will return the default value which is 20, not sure why you get 0: