MultiSelectHandle
Component
Represent the ref of the MultiSelect component.
Definition
Package:@progress/kendo-react-dropdowns
Properties
element
null | HTMLSpanElement
The MultiSelect element.
mobileMode
boolean
Gets the mobile mode of the MultiSelect component.
name
undefined | string
Gets the name property of the MultiSelect.
opened
boolean
Gets whether the MultiSelect popup is open.
props
Readonly<MultiSelectProps>
The tags to render in the MultiSelect.
Represents the validity state into which the MultiSelect is set.
value
any[]
Represents the value of the MultiSelect.