TaskDataColumn Class
Provides settings of a Gantt column.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v19.2.dll
Declaration
public class TaskDataColumn :
GanttColumnBase
Public Class TaskDataColumn
Inherits GanttColumnBase
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