Skip to content

DevExpress-Examples/winforms-scheduler-gantt-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Scheduler - Enable the Gantt View

In this example, the Scheduler control is bound to a collection of custom objects and displays appointments in a Gantt View. The example also uses the Resources Tree to display a resource hierarchy.

Implementation Details

To display appointments in a Gantt View, you should have three collections that implement the IBindingList interface (we recommend you use System.ComponentModel.BindingList<T>):

  • Appointments
  • Resources
  • Appointment dependencies

Business objects should have specific properties for mapping to the corresponding properties of Scheduler appointments, resources, and appointment dependencies.

Note

You can also use the WinForms Gantt Control designed to address your project planning requirements regardless of dataset size and information complexity..

Files to Review

Documentation

See Also

Does this example address your development requirements/objectives?

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