GanttView provides you a number of task management features such as creating custom columns, allocating resources, applying filters, customizing timescales, etc. Learn about these features in detail and how they can be implemented.
- Tasks
- Learn how to create and add tasks in code.
- Columns
- Learn how to display default columns available in GanttView.
- Custom Columns
- Learn how to create custom columns as per your requirements and add them to GanttView.
- Scheduling mode
- Learn how to set scheduling mode for a task in code.
- Percent complete
- Learn how to set percent completion status for a task in code.
- Task deadline
- Learn how to set deadline for a particular task in code.
- Timescale
- Learn how to customize timescale and timescale formats in code.
- Milestone task
- Learn how to create a milestone tasks in code.
- Progress line
- Learn how to create, customize and progress lines in code.
- Resources
- Learn how to create, add and assign resources to a tasks in code.
- Constraints
- Learn how to apply constraints in code.
- Filtering
- Learn how to filter tasks at runtimes as well as in code.
- Sorting
- Learn how to sort tasks by name, start/finish date, duration, etc. and apply custom sort order.
- Saving content in XML
- Learn how to save the contents of a gantt view along with layout in an XML file.
- Loading content from XML
- Learn how to load the contents from a gantt view along with the layout from an XML file..
- Task dependency
- Learn how to create a predecessor task and setting its dependency on another task in code.
- Task splitting
- Learn how to split tasks in code.
- Project summary task
- Learn how to create summary tasks in code.
See Also