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

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks