It would be very useful if RadzenLabel could automatically display red * next to the label text when the corresponding component has a RadzenRequiredValidator.
This would make it easier to visually indicate required fields to users without manually modifying each label.
Optionally, this behavior could be controlled with a parameter, e.g.:
<RadzenLabel Text="First Name" Component="FirstName" ShowRequiredIndicator="true" />