ComponentOne GanttView for WinForms
In This Topic
    Toolbar
    In This Topic

    The C1GanttView Toolbar empowers the end-user to customize the grid while visualizing the same. It appears at the top of the C1GanttView control when the ShowToolbar property of the C1GanttView class is set to True.

    Displays the C1GanttView toolbar.

    The C1GanttView toolbar consists of the following command buttons:

    Command Button Command Button Name Description
    Displays the Load from XML File icon in the C1GanttView Toolbar. Load From XML File Clicking on the Load From XML File button opens the Load From Xml File dialog box where you can browse to the location of the xml file you wish to load.
    Displays the Save as XML Fiole icon in the C1GanttView Toolbar. Save as XML File Clicking on the Save as XML File button opens the Save As XML File dialog box where you can browse to the location of the xml file you wish to save.
    Displays the Undo icon in the C1GanttView Toolbar. Undo Undo the last action performed.
    Displays the Redo icon in the C1GanttView Toolbar. Redo Redo the last action performed.
    Displays the Grid Columns icon in the C1GanttView Toolbar. Grid Columns Opens the Grid Columns dialog box.
    Displays the Move Task Up icon in the C1GanttView Toolbar. Move Task Up Moves the selected task in the grid up one position.
    Displays the Move Task Down icon in the C1GanttView Toolbar. Move Task Down Moves the selected task on position down.
    Displays the Task Information icon in the C1GanttView Toolbar. Task Information Opens the Task Information dialog box.
    Displays the Field Styles icon in the C1GanttView Toolbar. Field Styles Opens the Field Styles dialog box.
    Displays the Add Task icon in the C1GanttView Toolbar. Add Task Opens the Task Information dialog box where the New Task is entered in the Task Name: textbox.
    Displays the Summary Task icon in the C1GanttView Toolbar. Add New Summary Task Add a new summary task to the gantt chart.
    Displays the Inactive icon in the C1GanttView Toolbar. Inactive Inactivates the selected task in grid.
    Displays the Add Blank Row icon in the C1GanttView Toolbar. Add Blank Row Adds a blank row to task grid.
    Displays the Delete Task icon in the C1GanttView Toolbar. Delete Task Deletes the selected task from the grid.
    Displays the Outdent Task icon in the C1GanttView Toolbar. Outdent Task Increases the outline level of a task.
    Displays the Indent Task icon in the C1GanttView Toolbar. Indent Task Decreases the outline level of a task.
    Displays the Show Project Summary icon in the C1GanttView Toolbar. Show Project Summary Shows/Hides the project summary task.
    Displays the Group By icon in the C1GanttView Toolbar. Group By Opens the Group By menu where you can select from Task Mode, Task Complete vs. Task Incomplete, Duration, Milestones, Resources, Status, and Constraint Type. You can also clear groups, add new group by, or maintain hierarchy.
    Displays the Filter icon in the C1GanttView Toolbar. Filter Opens the Filter drop down.
    Displays the Sort icon in the C1GanttView Toolbar. Sort Opens the sort drop down that provides options to sort the list by Name, Start Date, Finish Date, Duration, and Remove Sort and Sort By options.
    Displays the Project Information icon in the C1GanttView Toolbar. Project Information Opens the Project Information dialog box.
    Displays the Change Working Time icon in the C1GanttView Toolbar. Change Working Time Opens the Change Working Time dialog box.
    Displays the Progress Line icon in the C1GanttView Toolbar. Progress Line Clicking the Progress Line button opens the Progress Line dialog box.
    Displays the Project Resources icon in the C1GanttView Toolbar. Project Resources Opens the Project Resources dialog box.
    Displays the Timescale icon in the C1GanttView Toolbar. Timescale Opens the Timescale dialog box.
    Displays the Bar Styles icon in the C1GanttView Toolbar. Bar Styles Opens the Bar Styles dialog box.
    Displays the Scroll to Task icon in the C1GanttView Toolbar. Scroll to Task Scrolls to the task within the grid.
    Displays the Zoom icon in the C1GanttView Toolbar. Zoom Click on the dropdown arrow to choose one of the following commands: Zoom Out, Zoom In, or Zoom. Clicking Zoom opens the Zoom dialog box.
    Displays the Zoom Entire Project icon in the C1GanttView Toolbar. Zoom Entire Project Determines the time range by StartDate and FinishDate of project. The ZoomToRange function is used to zoom this range.
    Displays the Zoom Selected Task icon in the C1GanttView Toolbar. Zoom Selected Task Determines the time range by the earliest StartDate and latest FinishDate of the selected task(s). After the time range is determined then the ZoomToRange function is called to zoom in to the given time range.
    Displays the Print icon in the C1GanttView Toolbar. Print Opens the Print dialog box where you can specify the print style, settings, and page setup. Once your settings are selected you can then click on the print button to print the gantt chart.
    See Also