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>
I have found the solution, I leave it here in case it helps you.
My view, with my settings, everyone will have what they need.
And in the .cs of the window. You can put this method in the event you need from the memo
As you can see in the popup object you have everything you need to position the popup scroll as you need.