The DevExpress MVC Splitter extension allows you to create sizable webpage content, by embedding them into splitter panes. In this demo, splitter panes contain a DevExpress MVC Grid View, List Edit, Text Box, and Memo extensions. Splitter panes display separators and collapse buttons, allowing users to resize embedded extensions.

Moving any splitter separator raises the PaneResized client event, which can be handled to modify the size of embedded extensions. In this demo, size adjustments are accomplished via the embedded control's SetWidth and SetHeight methods.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxNavigationAndLayoutDemos