DevExtreme React - Resize and Relocate

Specify the height and width options to change the LoadPanel's size:

The container option specifies the LoadPanel's container. The container is shaded when the LoadPanel is visible; the LoadPanel inherits styles from the container and is scrolled with. To position the widget relative to a specific element, use the position option:

This configuration of the position option reads as follows: "place my left side at the left of the "#targetElement".

See Also