Is it possible to display a Calculator property editor for a property? If so, what is the name?
Thanks
Bill
The feature you need is not provided out-of-the-box but it is relatively easy to implement. You will need to implement a custom detail view item as described here:
http://devexpress.com/Help/?document=ExpressApp/CustomDocument2641.htm&levelup=true
HTH,
Linton
Hi Bill,In addition, you can check a similar issue in the Support Center at http://www.devexpress.com/Support/Center/ViewIssue.aspx?issueid=Q91295
It contains some sample code.