New to Kendo UI for AngularStart a free 30-day trial

PopupRef

Updated on Jun 10, 2025

Holds references to the object instance of the Popup. Controls Popups opened through PopupService (see example).

NameTypeDefaultDescription

close

Function

Closes and destroys the Popup.

content

ComponentRef<any>

Provides a reference to the child component of the Popup. Available when the Popup opens with content.

ComponentRef<PopupComponent>

Provides a reference to the Popup instance.

popupAnchorViewportLeave

EventEmitter<any>

Fires when the anchor scrolls outside the screen boundaries (see example).

popupClose

EventEmitter<any>

Fires after the component closes.

popupElement

HTMLElement

Provides a reference to the HTML element of the Popup.

popupOpen

EventEmitter<any>

Fires after the component opens and the opening animation ends.

popupPositionChange

EventEmitter<any>

Fires after the component opens and the Popup is positioned.

Not finding the help you need?
Contact Support