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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Visual Basic .NET 52.3%Language:C# 47.7%