New to KendoReactStart a free 30-day trial

The PopupPropsContext. It allows to configure the Popup props from a wrapper component.

A Functional Component.

Definition

Package:@progress/kendo-react-popup

Syntax:

jsx
 <PopupPropsContext.Provider value={props => ({ ...props, appendTo: document.querySelector('myPopupsContainer') })}>
     <DropDownList />
     <Editor />
 </PopupPropsContext.Provider>

Properties

props

ProviderProps​<(props: PopupProps) => PopupProps>

The props of the PopupPropsContext component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support