
Is the DisplayFormat attribute supported. It doesn't seem to be and I'm wondering if there is a way to format the property values using the built-in expandable property editor.
Is the DisplayFormat attribute supported. It doesn't seem to be and I'm wondering if there is a way to format the property values using the built-in expandable property editor.
Hi Patrick,
I'm sorry but DisplayFormatAttribute isn't supported at this time. I will log your request for that feature.
In the meantime, you can use property editors to specify a format. There are extensive docs on how to target properties with property editors. You can specify the format to use with our edit boxes there.
Looks like the DoublePropertyEditor is in the Interop.Editors nuget, which relies on the Editors nuget, which we did not purchase.
I guess I will have to create a custom editor
Hi Patrick,
Correct, the DoublePropertyEditor is a property editor that uses Editors' DoubleEditBox control.
Please log in to a validated account to post comments.