Skip to content

DevExpress-Examples/winforms-scheduler-bind-to-custom-objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Scheduler - Bind to a collection of custom appointments

This example binds the WinForms Scheduler control to a collection of business objects (CustomAppointment). The example creates two collections - one for appointments, another for resources. The appointment collection implements IBindingList (we recommend that you use the System.ComponentModel.BindingList<T>).

Note

Custom objects must implement certain properties to map to the corresponding scheduler appointment and resource properties.

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)