Building Outlook-Inspired and Hybrid UI Applications
- 2 minutes to read
DevExpress WPF components suite is shipped with two advanced demos, which demonstrate many DevExpress controls and libraries in complex applications that conform to modern UX patterns.
The Outlook-inspired demo features an MS Office-like UI in a CRM data setting.
The Hybrid UI demo demonstrates a UI for desktop and touch-enabled environments (tablets, laptops with touch screens).
These demos are built in close correspondence with the MVVM pattern on top of the Devexpress MVVM Framework and code generated by Devexpress Scaffolding Wizards.
The Outlook-Inspired and Hybrid demos shipped with DevExpress WPF components are complex and contain a lot of modules and functionalities. This tutorial describes how to create lightweight versions of these demos, yet build on the same principles and code as the originals.
From this tutorial you will learn how to:
- Automatically generate Outlook-Inspired and Hybrid user interfaces from Entity Framework
- Show splash screen on the start of the application
- Customize layout of the collection views
- Show sparkline charts in grid cells
- Use cards layout in collection views
- Use master-detail data representation in collection views
- Using conditional formatting in grid
- Add advanced end-user filtering functionality to applications
- Show Windows 8-style toast notifications
- Add Windows 7-style jump list to the application
- Add custom actions to application’s taskbar thumbnail
Each tutorial is independent of the others, so you do not need to follow them sequentially. They can be studied individually to solve particular problems.
The resulting applications are available here: DevExpress.OutlookInspiredApp and DevExpress.HybridApp.