To set this property, use an object with the x and y fields. These fields specify the overlay element's horizontal and vertical sides, respectively. Alternatively, you can use a string shortcut from the accepted values list.
jQuery
index.js
$(function(){
$("#popupContainer").dxPopup({
// ...
position:{
// ...
my:"left top"
// ===== or =====
my:{ x:"left", y:"top"}
}
});
});
Angular
Vue
React
ASP.NET MVC Controls
x
Specifies a position in the horizontal direction (for left, right, or center alignment).