SplitterPaneComponent
Represents the pane component of the Splitter.
Selector
kendo-splitter-pane
Export Name
Accessible in templates as #kendoSplitterPaneInstance="kendoSplitterPane"
Inputs
collapsed
boolean
Specifies if the pane is initially collapsed.
collapsible
boolean
Specifies if the user is allowed to hide the pane and provide space for other panes.
max
string
Sets the maximum possible size of the pane.
min
string
Sets the minimum possible size of the pane.
resizable
boolean
Specifies if the user is allowed to resize the pane and provide space for other panes.
scrollable
boolean
Specifies if overflowing content is scrollable or hidden.
size
string
Sets the initial size of the pane.
Has to be between the min
and max
properties.
Events
collapsedChange
EventEmitter<boolean>
Fires each time the collapsed
property changes.
The event data contains the new property state.
Allows a two-way binding of the collapsed
pane property.
sizeChange
EventEmitter<string>
Fires each time the user resizes the Splitter pane.
The event data contains the new pane size.
Allows a two-way binding of the pane size
property.