The following topics walk you through the steps of binding the C1Scheduler control to a data source.
C1Scheduler supports binding to custom data sources. The following are some examples of using a custom data source:
- an instance of the C1.Silverlight.Data.DataSet, C1.Silverlight.Data.DataView or C1.Silverlight.Data.DataTable class. Two-way binding is supported;
- custom collection implementing INotifyCollectionChanged interface. If the collection keeps objects, implementing the INotifyPropertyChanged interface, two-way binding is supported;
- custom collection implementing the IList or IEnumerable interface.
See Also