PanelBarProps
Represents the props of the KendoReact PanelBar component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
| Sets the animation state of the PanelBar. | |
children? |
| The child can be either a single PanelBarItem or a PanelBarItem array. | |
className? |
| The class name that is set to the PanelBar. | |
dir? |
| Sets the direction of the PanelBar component. | |
expandMode? |
| Sets the expand mode of the PanelBar (see example). The available modes are:
| |
expanded? |
| Sets the initial expanded state of the PanelBar. | |
focused? |
| Sets the initial focused state of the PanelBar. | |
isControlled? |
| Determines if the PanelBar is going to be used in controlled state. | |
keepItemsMounted? |
| Determines if the PanelBar items will be mounted after expand collapse. Defaults to | |
selected? |
| If set, overrides the currently selected property in the PanelBar state. | |
style? |
| Sets additional CSS styles to the PanelBar. |
Methods
onSelect | ||||||
---|---|---|---|---|---|---|
Fires each time the user makes a selection (see example). | ||||||
|