SplitterTagHelper

Example

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

ChildTags

Tag NameDetails
paneSplitterPaneTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
click-move-clickBooleanDetermines whether the click move click interaction would be enabled as an alternative of the drag and drop resizing of the Splitter. By default the alternative is enabled.
on-collapseStringTriggered when a pane of a Splitter is collapsed.
on-content-loadStringTriggered when the content for a pane has finished loading from a remote endpoint.
on-errorStringTriggered when the AJAX request that fetches a pane content has failed.
on-expandStringTriggered when a pane of a Splitter is expanded.
on-layout-changeStringThis 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-resizeStringTriggered when a pane is resized.
orientationSplitterOrientationSpecifies the orientation in which the splitter panes will be ordered
script-attributesIDictionary<String,Object>
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support