PopupProps
Represents the props of the KendoReact Popup component.
| Name | Type | Default | Description | 
|---|---|---|---|
| anchor? | 
 | Specifies the element which will be used as an anchor (see example). The Popup opens next to that element. jsx  | |
| anchorAlign? | 
 | Specifies the pivot point of the anchor (see example). jsx  | |
| animate? | 
 | 
 | Controls the Popup animation (see example). By default, the opening and closing animations are enabled. jsx  | 
| appendTo? | 
 | 
 | Defines the container to which the Popup will be appended. Defaults to  
 jsx  | 
| className? | 
 | Specifies a list of CSS classes that will be added to the Popup element. jsx  | |
| collision? | 
 | Configures the collision behavior of the Popup (see example). jsx  | |
| id? | 
 | Specifies the id that will be added to the Popup element. jsx  | |
| margin? | 
 | Configures the margin value that will be added to the popup dimensions in pixels and leaves a blank space between the popup and the anchor. jsx  | |
| offset? | 
 | Specifies the absolute position of the element (see example). The Popup opens next to that point. The pivot point of the Popup is defined by the  jsx  | |
| onClose? | 
 | Fires after the Popup is closed. jsx  | |
| onMouseDownOutside? | 
 | Fires when the mousedown event is triggered outside the Popup. jsx  | |
| onOpen? | 
 | Fires after the Popup is opened and the opening animation ends. jsx  | |
| onPosition? | 
 | Fires after the Popup position is set. jsx  | |
| popupAlign? | 
 | Specifies the pivot point of the Popup (see example). jsx  | |
| popupClass? | 
 | Specifies a list of CSS classes that will be added to the internal animated element (see example). jsx  | |
| positionMode? | 
 | 
 | Specifies the position mode of the component. By default, the Popup uses absolute positioning.
To make the Popup acquire fixed positioning, set this option to  jsx  | 
| scale? | 
 | Used to set the document scale when using a scale transform. The document or container scale is required to compute the popup position correctly. Detecting the scale is not reliable and must be set by providing a value for SCALE. 
 jsx  | |
| show? | 
 | 
 | Controls the Popup visibility (see example). Defaults to  jsx  | 
| style? | 
 | Represents the styles that are applied to the Popup. jsx  |