Skip to content

This example is the application from the Create a Registration Form tutorial

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/wpf-data-editors-create-registration-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
DevExpressExampleBot
Mar 4, 2025
cd9e3c6 · Mar 4, 2025

History

24 Commits
Mar 4, 2025
Nov 19, 2024
Nov 19, 2024
Apr 23, 2018
Apr 23, 2018
Apr 23, 2018
Sep 2, 2024
Apr 23, 2018

Repository files navigation

WPF Data Editors - Create a Registration Form

This example is the application from the Create a Registration Form tutorial. The solution includes projects for each completed tutorial step.

BaseProject

This project is a draft application connected to a database. The project contains two predefined views: MainView with the DXTabControl and RecordsView with the GridControl:

Files to Review

Documentation

Lesson1

This project uses the LayoutControl to arrange data editors within the RegistrationView:

image

Files to Review

Documentation

Lesson2

This project binds data editors to View Model properties:

image

Files to Review

Documentation

Lesson3

This project defines data editor settings (null text, mask, min and max values, popup mode, and data source):

image

Files to Review

Documentation

Lesson4

This project uses ValidationRules to implement input validation and disables the Register button if editors contain validation errors:

image

Files to Review

Documentation

Lesson5

This project uses the IDataErrorInfo interface to obtain validation errors and displays a message box with the registration result:

image

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)