Kendo.Mvc.UI.SplitterPane
Kendo UI SplitterPane class
Properties
HtmlAttributes
Specifies HTML attributes for the pane
Template
Specifies the pane contents
Collapsed
Specifies whether a pane is initially collapsed (true) or expanded (true).
CollapsedSize
Specifies 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.
Collapsible
Specifies whether a pane is collapsible (true) or not collapsible (false).
Resizable
Specifies whether a pane is resizable (true) or not resizable (false).
Scrollable
Specifies whether a pane is scrollable (true) or not scrollable (false).
Size
Specifies 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.
Methods
SerializeSettings
Serialize current instance to Dictionary