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

Gantt

  • 2 minutes to read

The Gantt control (ASPxGantt) visualizes the task flow.

DevExpress ASP.NET Gantt

Features

  • Data-Bound Mode

    You should bind the Gantt control to a data source to display task data. It supports standard data source types including SqlDataSource, ObjectDataSource, XmlDataSource, AccessDataSource, and SiteMapDataSource.

    More details | See demo

  • Edit Tasks

    The Gantt supports the following edit operations:

    • Resize and modify tasks.

    • Modify resources.

    • Add and remove dependencies between tasks and assignments.

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

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

    See demo

  • View Types

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

    See demo

  • Scale Tasks

    You can browse data across various levels of detail. Hold the CTRL key and rotate your mouse’s scroll wheel to zoom.

  • Custom Work Time

    You can specify the work time, workdays, and holidays.

    More details | See demo

  • Task title position

    The Gantt control supports the following task title display styles: hidden, within tasks, and next to tasks.

    See demo

Getting Started

Getting Started

Visual Elements

Gantt Elements

Online Demos