Menu

#9 List classes to implement IBindingList

open
5
2006-06-06
2006-06-06
No

Ability to expose the Items property in a more
meaningful manner for data binding.

List classes should support following elements of
IBindingList;

AllowEdit (true), AllowNew (true), AllowRemove (true),
AddNew

Items not supported;

IsSorted, SortDirection, SortProperty,
SupportsChangeNotification, SupportsSearching,
SupportsSorting, AddIndex, ApplySort, Find,
RemoveIndex, RemoveSort, ListChanged

Discussion


Log in to post a comment.