I have a pop up, to which I want to change the position in which it appears when clicked so that it opens.
I've tried several things, and I don't know if it's possible to position it anywhere on the screen.
I am using the most recent version of devexpress
And the code I use is very basic
<dxe:MemoEdit
PopupFooterButtons="None"
ShowEditorButtons="False"
ShowSizeGrip="False"
Name="nombe"
PopupOpened="PopupNAme_PopupOpened">
</dxe:MemoEdit>