dotnetmonitor.com

 
Index
Previous
Next

 

Once you have a datasource the objects in the datasource optionally can implement change notification for public properties. This is done by either providing a PropertyNameChanged event for the property or by implementing the INotifyPropertyChanged interface. The INotifyPropertyChanged interface is new in VS 2005 and can be used with BindingList<T> to create bindable lists. When your datasource is a BindingSource, the objects in the list do not need to implement change notification.
What is the DataGridView
Differences between the DataGridView and DataGrid controls
Highlight of features
Structure of DGV
Architecture Elements
Cells and Bands