Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 3.47 KB

Readme.md

File metadata and controls

51 lines (31 loc) · 3.47 KB

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)