Skip to content

DevExpress-Examples/wpf-data-grid-add-and-remove-rows-in-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Add and Remove Rows in Code

This example demonstrates how to define an AddRemoveRowBehavior that allows you to add and remove rows from the GridControl. The behavior uses the TableView.AddNewRow and GridViewBase.DeleteRow methods to add and remove rows, and the GridViewBase.AddingNewRow event to populate the added row with default values.

image

Files to Review

Documentation

More Examples