Back to Devexpress

Starting Point

wpf-17676-controls-and-libraries-data-editors-getting-started-how-to-create-a-registration-form-starting-point.md

latest2.1 KB
Original Source

Starting Point

  • Mar 29, 2023

This tutorial demonstrates how to create a registration form with DevExpress WPF Data Editors.

Starting Point

Download the base project. The complete solution with source code is available in the following example:

View Example: Create a Registration Form

This solution contains several projects - each one is the result of a lesson in the tutorial.

The RegistrationForm.BaseProject project is the base solution you will be working on. This project contains three views: MainView , RegistrationView , and RecordsView. This tutorial will show you how to create the RegistrationView. The two other views are already prepared, so you can analyze them. The base project also contains a database and a data model. The database has only one Employee table. Its table scheme is as follows.

Result

At the end of this tutorial, you will create a complete application that supports masked input and validation. The resulting application is shown in the screenshot below.

See Also

Lesson 1 - Create Layout

Lesson 2 - Bind Data Editors

Lesson 3 - Customize Editors

Lesson 4 - Implement Input Validation using ValidationRules

Lesson 5 - Implement Input Validation using IDataErrorInfo