WebSplitter Properties
| Id | Description Gets or sets the Id of the WebSplitter. ValueType String Default Value |
| Size | Description Gets or sets the Size of the WebSplitter (in pixel). ValueType Integer Default Value 4 |
| Shadow | Description Gets or sets the behavior of WebSplitter's resizing method. true indicating shadow movement, false indicating realtime movement. currently only support shadow movement. ValueType Boolean Default Value True |
| AllowCollapse | Description Gets or sets whether the WebSplitter is able to collapse or not. ValueType Boolean Default Value True |
| AllowResize | Description Gets or sets whether the WebSplitter is able to resize or not. ValueType Boolean Default Value True |
| Panel1Min | Description Gets or sets the minimum size of panel1 to collapse or resize (in pixel). valid value is greater or equal to 1. ValueType Integer Default Value 1 |
| Panel2Min | Description Gets or sets the minimum size of panel2 to collapse or resize (in pixel). valid value is greater or equal to 1. ValueType Integer Default Value 1 |
| Panel1Scrollable | Description Gets or sets whether the panel1 of the WebSplitter is scrollable or not. ValueType Boolean Default Value False |
| Panel2Scrollable | Description Gets or sets whether the panel2 of the WebSplitter is scrollable or not. ValueType Boolean Default Value False |
| PlaceholderId | Description Gets or sets the Id of the WebSplitter's placeholder. it supposed to be a td element id. ValueType String Default Value |
| Orientation | Description Gets or sets the Orientation of the WebSplitter, either "Horizontal" or "Vertical". ValueType String Default Value |
| CollapseDirection | Description Gets or sets the direction of the grip to collapse, either "Panel1" or "Panel2". ValueType String Default Value |
| GripImageCollapse | Description Gets or sets the Image path icon to collapse. ValueType String Default Value |
| GripImageRestore | Description Gets or sets the Image path icon to restore. ValueType String Default Value |
| Integrated | Description Gets or sets whether the WebSplitter control is integrated into PaneManager object. ValueType Boolean Default Value False |
| PaneManager | Description Gets or sets the PaneManager instance associated with this WebSplitter control. Used when integrating into PaneManager, in order to have a consistent style. ValueType Object Default Value |