New to KendoReactStart a free 30-day trial

Represents the pane options of the Splitter.

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Determines the children nodes.

Sets additional classes to the component.

collapsed?

boolean

Specifies the pane collapsed state (see example).

Default:

false

Specifies if the user is allowed to hide the pane and provide space for other panes (see example).

Default:

false

id?

string

Sets the id property of the top div element of the component.

Specifies if the children of the pane should be mounted when it's in collapsed state.

Default:

false

max?

string

Sets the maximum possible size of the pane (see example).

min?

string

Sets the minimum possible size of the pane (see example).

resizable?

boolean

Specifies if the user is allowed to resize the pane and provide space for other panes (see example). If resizable is not specified, the resizing of the pane will be enabled.

Default:

true

Specifies if overflowing content is scrollable or hidden (see example). If scrollable is not specified, the content will be scrollable.

Default:

true

size?

string

Sets the size of the pane (see example). Has to be between the min and max properties.

style?

CSSProperties

Sets additional CSS styles to the component.