SplitterPaneTagHelper

Example

Razor
<pane>
</pane>

Attributes

AttributeTypeDescription
collapsedBooleanSpecifies whether a pane is initially collapsed (true) or expanded (true).
collapsed-sizeStringSpecifies the size of a collapsed pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). This value must not exceed panes.max or be less then panes.min.
collapsibleBooleanSpecifies whether a pane is collapsible (true) or not collapsible (false).
content-urlStringSpecifies the URL from which to load the content of a pane.
labelStringThe label of the current pane. Will be used as a aria-label for the Splitter separator that has the pane as its primary one (the separator that is immediately after the pane).
label-idStringThe ID of the element that should be used as a label of the current pane. Will be used as a value of the aria-labelledby attribute for the Splitter separator that has the pane as its primary one (the separator that is immediately after the pane).
max-sizeStringSpecifies the maximum size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). The size of a resized pane cannot exceed the defined maximum size.
min-sizeStringSpecifies the minimum size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). The size of a resized pane cannot be less than the defined minimum size.
resizableBooleanSpecifies whether a pane is resizable (true) or not resizable (false).
scrollableBooleanSpecifies whether a pane is scrollable (true) or not scrollable (false).
sizeStringSpecifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). This value must not exceed panes.max or be less then panes.min.
tag-nameStringSpecifies the HTML tag that will be generated for the pane. Defaults to div.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support