Hello
Default DisplayFormat for numeric values (double) is not suitable for me.
Default DisplayFormat for properties and summaries is different.
I can set DisplayFormat for each individual property and it works.
How to set default DisplayFormat for double, int and other values?
See picture.
We have closed this ticket because another page addresses its subject:
Formatting - Provide a single place to globally specify default DisplayFormat and EditMask for different data typesDefault DisplayFormat
Answers approved by DevExpress Support
Hello Alexey,
I am afraid there is no built-in capability for this in our framework. We have a corresponding request in this regard: Formatting - Provide a single place to globally specify default DisplayFormat and EditMask for different data types.
In the meantime, you can accomplish this task by extending the application model with your own elements that will hold the default formatting and then propagating these default values to dependent elements: http://documentation.devexpress.com/#Xaf/CustomDocument3169