MultiSelectTreeProps
Represents the props of the KendoReact MultiSelectTree component.
| Name | Type | Default | Description |
|---|---|---|---|
accessKey? | | Specifies the jsx | |
adaptive? | | | Providing different rendering of the popup element based on the screen dimensions. jsx |
adaptiveSubtitle? | | Specifies the text that is rendered as subtitle in the adaptive popup(action sheet). Applicable only when jsx | |
adaptiveTitle? | | Specifies the text that is rendered as title in the adaptive popup(action sheet). Applicable only when jsx | |
ariaDescribedBy? | | Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. jsx | |
ariaLabelledBy? | | Identifies the element(s) which will label the component. jsx | |
checkField? | | Specifies the name of the field which will provide a Boolean representation of the checked state of the item. jsx | |
checkIndeterminateField? | | Specifies the name of the field which will provide a Boolean representation of the checked indeterminate state of the item. jsx | |
className? | | Sets additional classes to the MultiSelectTree. jsx | |
data? | | Sets the data of the MultiSelectTree (see example). jsx | |
dataItemKey | | Sets the key for comparing the data items of the MultiSelectTree (see example). If jsx | |
dir? | | Represents the jsx | |
disabled? | | Sets the disabled state of the MultiSelectTree. jsx | |
expandField? | | Specifies the name of the field which will provide a Boolean representation of the expanded state of the item. jsx | |
fillMode? | | | Configures the The available options are:
jsx |
filter? | | Sets the value of filtering input. Useful for making the filtering input a controlled component. jsx | |
filterable? | | Enables the filtering functionality of the MultiSelectTree (more information and examples). jsx | |
id? | | Specifies the id of the component. jsx | |
item? | | Defines the component that will be used for rendering each of the MultiSelectTree items (see example). jsx | |
label? | | Renders a floating label for the MultiSelectTree. jsx | |
listNoData? | | Defines the component that will be rendered in the MultiSelectTree popup when no data is available (see example). jsx | |
loading? | | Sets the loading state of the MultiSelectTree (see example). jsx | |
name? | | Specifies the This property is part of the FormComponentProps interface. | |
onBlur? | | Fires each time the MultiSelectTree gets blurred. jsx | |
onCancel? | | Fires each time the popup of the MultiSelectTree is about to cancel in (adaptive mode). jsx | |
onChange? | | Fires each time the value of the MultiSelectTree is about to change (see examples). jsx | |
onClose? | | Fires each time the popup of the MultiSelectTree is about to close. jsx | |
onExpandChange? | | Fires when the expanding or collapsing of an item is requested (see examples). jsx | |
onFilterChange? | | Fires each time the user types in the filter input (see example). You can filter the source based on the passed filtration value. jsx | |
onFocus? | | Fires each time the user focuses the MultiSelectTree. jsx | |
onOpen? | | Fires each time the popup of the MultiSelectTree is about to open. jsx | |
opened? | | Sets the opened state of the MultiSelectTree. jsx | |
placeholder? | | The hint that is displayed when the MultiSelectTree is empty. jsx | |
popupSettings? | | Configures the popup of the MultiSelectTree. jsx | |
required? | | Specifies if This property is part of the FormComponentProps interface. | |
rounded? | | | Configures the The available options are:
jsx |
size? | | | Configures the The available options are:
jsx |
style? | | The styles that are applied to the MultiSelectTree. jsx | |
subItemsField? | | Specifies the name of the field which will provide an array representation of the item subitems. Defaults to 'items'. jsx | |
tabIndex? | | Specifies the jsx | |
tag? | | Defines the component that will be used for rendering each of the MultiSelectTree tags. jsx | |
tags? | | Sets the tags of the MultiSelect (see example). jsx | |
textField | | Sets the data item field that represents the item text (see example). jsx | |
valid? | | Overrides the validity state of the component. If This property is part of the FormComponentProps interface. | |
validationMessage? | | Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? | | If set to This property is part of the FormComponentProps interface. | |
value? | | Sets the value of the MultiSelectTree. It can either be of the primitive (string, numbers) or of the complex (objects) type. jsx | |
valueMap? | | Represents a callback function, which returns the value for submitting. The returned value will be rendered in an jsx |