The C1GanttView control provides a context menu for additional functionality to use at design time.
To access C1GanttView's context menu, right-click on the C1GanttView control and the context menu for it appears like the following:
The C1GanttView context menu operates as follows:
- Edit Columns
Selecting the Edit Columns opens the C1GanttView.Columns Collection Editor where you can add, remove, or modify task property columns and custom field columns.
- Edit Calendars
Selecting the Edit Calendars item opens the C1GanttView.CustomCalendars Collection Editor where you can add, remove, or modify calendars.
- Edit Tasks
Selecting the Edit Tasks item opens the C1GanttView.Tasks Collection Editor where you can add, remove, or modify tasks for the C1GanttView control.
- Edit Bar Styles
Selecting the Edit Bar Styles will open the C1GanttView.BarStyles Collection Editor where you can add, remove, or modify bar styles for the bars that represent the milestones.
- Edit Resources
Selecting the Edit Resources item will open the C1GanttView.Resources Collection Editor where you can add, remove, or modify the different types of resources for the ganttview..
- Load From Xml File
Selecting the Load from Xml File opens the Load From Xml File dialog box where you browse to the .xml file you wish to load.
- Save As Xml File
Selecting the Save As Xml File opens the Save As Xml File dialog box where you browse to the .xml file you wish to save.
See Also