TextStyle and TagName - basic question

Hi,

regarding TextStyle and TagName your documentation says

"You can use TextStyle together with TagName to apply different styling while keeping the code semantically correct."

From my understanding it seems to be clear, that the TextStyle is evaluated by the browser in order to presented the particular text as defined in the CSS.

Is the TagName anywhere evaluated as well or is it just for information about the semantically meaning of the text?

Does anything happen if I remove or change the TagName?

Hi @techsc,

The TagName property determines the tag which RadzenText renders e.g. <p>text</p>, <h4>text</h4>.

1 Like