The DevExpress ASP.NET MVC Data View (DataView) extension allows creating adaptive layouts so that the content looks consistent across all devices. This functionality uses breakpoints at which the extension shifts, resizes, or moves its items to a new line. It allows you to create, for example, a two-column layout for narrow screens or a three-column layout for wider screens.
In this demo, resize the browser width to see how the Data View adjusts its content to different widths. The Data View items change their position and size at each breakpoint.
The DataView stores breakpoints (DataViewBreakpoint class instances) in its Breakpoints collection. Breakpoints define the number of items in a row (ItemsPerRow) and maximum width (MaxWidth) specifications for different screen sizes specified by the DeviceSize property.
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).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxImageAndDataNavigationDemos |