Version

Data Binding Support for the Notes Collection

The NAS2004 Volume 3 release of WinSchedule™ includes support for data binding the WinCalendarInfo™ component’s Notes collection:

This Notes collection can be populated from the contents of any IList implementor, for example, a DataTable. To identify the names of the members that contain the property values for each Note object, the NotesDataBinding.DateMember and the NotesDataBinding.DescriptionMember properties must be set. The contents of the fields that correspond to these members supply the values for the Note object’s "Note.Date" and "Note.Description" properties, respectively. Each item in the list (for example, the individual rows in a DataTable) represent a member of the Notes collection. As property values of the Note object change, the new value is written to the corresponding member of the data source.