This demo illustrates the Popup component. Click the Details button under an employee picture to see what the Popup looks like. Here is how you can configure its main elements:
Content
Use the contentTemplate property to set the Popup content.
Title Bar
Set showTitle to true and use the title property to specify the caption.
Show and hide the Popup
Call the show() or hide() method. If the Popup should be hidden on outside clicks, enable the closeOnOutsideClick property.
To get started with the DevExtreme Popup component, refer to the following tutorial for step-by-step instructions: Getting Started with Popup.