How do I set the contents of an ASPxImageZoom control?
问题 I am trying to write a property editor for the Dev Express ASPxImageZoom control so that I can use it in an XAF application to display an image. The image is stored in a byte array. I want to set the value of the control to contain the contents of a byte array. However I cant figure out how to do this from the documentation. https://documentation.devexpress.com/#AspNet/clsDevExpressWebASPxImageZoomtopic 回答1: You can assign byte array to ASPxZImageZoom control. In below code, I am just reading