This example demonstrates the drag-and-drop operation of the dialog component. To begin drag-and-drop operation, select a dialog's header using mouse and dropping them in the desired location. The dialog can be draggable within the sample container. Enable the "open dialog" button to reopen the dialog if it is closed.
A drag-and-drop operation is enabled using the{' '} allowDragging{' '} {' '} property. when you configure the{' '} target {' '} property, the dialog can be draggable within its target container alone. The drag-and-drop feature is used to reposition the dialog dynamically.
More information on the draggable operation of Dialog can be found in the{' '} documentation section .