New to KendoReact? Start a free 30-day trial
DropDowns Props Context
The PropsContext
allows you to configure the props of all @progress/kendo-react-dropdowns
components inside of it.
This is useful if a component from the @progress/kendo-react-dropdowns
package is wrapped inside another component (for example, KendoReact Grid or Scheduler) and a specific component configuration is not exposed.
The following example shows how to configure the DropDownList props in a Grid by using DropDownListPropsContext
:
Change Theme
Theme
Loading ...
Available Contexts
The following components from the @progress/kendo-react-dropdowns
package support passing props
through context
:
Component | Context |
---|---|
AutoComplete | AutoCompletePropsContext |
ComboBox | ComboBoxPropsContext |
DropDownList | DropDownListPropsContext |
DropDownTree | DropDownTreePropsContext |
MultiColumnComboBox | MultiColumnComboBoxPropsContext |
MultiSelect | MultiSelectPropsContext |
MultiSelectTree | MultiSelectTreePropsContext |