Skip to content
Discussion options

You must be logged in to vote

We have BusinessListBase

Create editable collections; the changes to the list items are saved only when the list itself is saved. The list items are child objects. Use for everything except lists that will be bound in WinForms.

We use to create editable collections DynamicListBase

Create editable collections; each list item saves itself when the row loses focus. The list items are root objects.

BindingListBase --> I am confused about this one

Any list type with Binding in the name is only there to support WinForms databinding. If you're not using WinForms you can ignore it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Chicagoan2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants