Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Does it work when you decorate your properties with DojoWidget attribute?
[DojoWidget(LabelTranslationKey = "/some/path")] public string MyProperty { ... }
Hello, I'm currently in quite a pickle, i need to change the display name of the properties for a criterion.
I currently thought it would be done with the [Display()] attribute.
I have the following code
Thanks in advance!