Skip to content

DevExpress-Examples/wpf-data-grid-implement-attribute-based-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Implement Attribute-Based Validation

This example shows how to apply DataAnnotations attributes that specify data validation rules. The RequiredAttribute is applied to the Name and Department data fields. The StringLengthAttribute is applied to the Position data field.

image

Files to Look At

Documentation

More Examples