New to KendoReactStart a free 30-day trial

SplitterProps

Interface

Represents the options of the Splitter.

Definition

Package:@progress/kendo-react-layout

Properties

children?

ReactNode

Determines the children nodes.

Sets additional classes to the component.

Sets the initial options of the Splitter panes (more information and examples). Can be used for uncontrolled state.

id?

string

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

Fires after a Splitter pane is resized or collapsed. Useful for updating the pane options and triggering layout calculations on components which are positioned inside the panes.

Parameters:eventSplitterOnChangeEvent

orientation?

"vertical" | "horizontal"

Specifies the orientation of the panes within the Splitter (more information and examples). Panes in a horizontal Splitter are placed horizontally. Panes in a vertical Splitter are placed vertically.

Default:

'horizontal'

Sets the options of the Splitter panes (more information and examples). Can be used for controlled state.

style?

CSSProperties

Sets additional CSS styles to the component.