Skip to main content
All docs
V19.2

TaskDataColumn Class

Provides settings of a Gantt column.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

public class TaskDataColumn :
    GanttColumnBase

Remarks

The Gantt obtains data for its columns from the data source. Use the FieldName property to access the control to the data source field.

The TaskDataColumn class allows you to specify a column’s settings.

See Also