Skip to main content

Popup Window Visual Elements

A popup window is a special type of an overlapped temporary window that appears separately from an application’s main window, and is typically used for displaying quick reference information. Popup windows are stored within a MVCxPopupControl.Windows collection.

Typically, common appearance and behavior can be defined for all popup windows by using the settings available through the PopupControlSettings object. Individual windows can be additionally customized via the settings exposed by the MVCxPopupWindow class.

A popup window may visually consist of the header, content and footer sections.

PopupWindow.png