Splitter

Example

<kendo-splitter>
    <pane></pane>
</kendo-splitter>

ChildTags

Tag Name Details
pane SplitterPaneTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
on-collapse String Triggered when a pane of a Splitter is collapsed.
on-content-load String Triggered when the content for a pane has finished loading.
on-error String Triggered when the AJAX request that fetches a pane content has failed.
on-expand String Triggered when a pane of a Splitter is expanded.
on-layout-change String This event is now obsolete and will be removed in the future. Please use the resize event instead.Fires when the splitter layout has changed
on-resize String Triggered when a pane is resized.
orientation SplitterOrientation Specifies the orientation in which the splitter panes will be ordered
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
In this article
Not finding the help you need?