A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Yes, the PropertyData class exposes the TranslateDisplayName() method that you can use for this. To get the PropertyData for a property just use the Property collection of your PageData object and string literals for your property name.
Example:
CurrentPage.Property["MyProperty"] // this return a PropertyData object of your property
Hi,
Is there a way to get the field name of a property in code behind? Say I have a property with name - 'EaseOfAccess' and its field name as -'Ease of Access'. I need to display the field name for this property.Please can anyone let me know if this is acheivable?