Version

NotesDataBinding Class

Class that handles data binding for the UltraCalendarInfo component's UltraCalendarInfo.Notes collection.
Syntax
'Declaration
 
Public Class NotesDataBinding 
   Inherits ActivitiesDataBindingBase
public class NotesDataBinding : ActivitiesDataBindingBase 
Remarks

The NAS2004 Volume 3 release of UltraWinSchedule includes support for data binding the UltraCalendarInfo component's Notes collection. The 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 DateMember and the 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) represents 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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also