Update DisplayMember property of ComboBox
Brady Kelly <[email protected]> Tue, 12 Feb 2008 18:59:48 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
I have a collection of ExportSection objects which I bind to a drop-down, allowing the user to select an ExportSection to edit. Now what I would like to be able to do is allow the user to edit the Name property of the currently selected ExportSection, but I can't seem to get changes made to the Name in the drop-down to propagate back to the actual object.