Skip to main content
A newer version of this page is available. .

Gantt

  • 2 minutes to read

The DevExpress ASP.NET Core Gantt control allows you to illustrate task flow.

Features

  • Data-Bound Mode

    Bind the Gantt control (GanttBuilder<T>) to a data source (Tasks(Action<GanttTasksBuilder>)) to display task data. The control supports standard data source types including SqlDataSource, ObjectDataSource, XmlDataSource, AccessDataSource, and SiteMapDataSource.

  • Edit Data

    The Gantt control supports the following edit operations (GanttEditingBuilder) :

    • Resize and modify tasks.

    • Modify resources.

    • Add and remove dependencies between tasks and assignments.

    • Edit cell values within the Task List. The control saves changes on the server and updates the Gantt chart when cell values change.

    The Gantt stores changes made by end users. It also allows you to roll back the last change when necessary.

  • View Scale

    The Gantt control allows you to switch between display styles (Ten Minutes, Thirty Minutes, Hours, Days, Weeks, and Months) to change date intervals on a timescale.

  • Task Title Position

    The control supports the following task title display types (TaskTitlePosition(GanttTaskTitlePosition)) : hidden, within a task, and next to a task.

  • Validation

    You can recalculate the duration and progress of parent tasks, and validate relationships between all tasks, when a task is modified.

  • Strip Lines

    Use strip lines to highlight specific times (or time intervals) in the Gantt chart.

  • Toolbar

    The toolbar can display frequently used commands.

Note

Refer to Razor Syntax for more information on how to configure ASP.NET Core controls.

Online Demos