TTMSFNCGanttTaskListColumn Class
Defines one column shown in the task-list side of the chart.
API unit family: TMSFNCGanttChart
Inherits from: TCollectionItem
Syntax
TTMSFNCGanttTaskListColumn = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Application-defined Boolean value associated with the column. |
| DataInteger | Application-defined integer associated with the column. |
| DataObject | Application-defined object associated with the column. |
| DataPointer | Application-defined pointer associated with the column. |
| DataString | Application-defined string associated with the column. |
| EditorType | Editor type used when a cell in this column enters edit mode. |
| HeaderText | Text displayed in the task-list column header. |
| HorizontalTextAlign | Horizontal alignment used for text in the column cells. |
| MinimumWidth | Minimum column width in pixels before sizing is constrained. |
| Name | Column data key used to map the column to a task field or custom value. |
| SortMethod | Sorting behavior used when the column header is clicked. |
| Tag | Application-defined integer tag value. |
| Width | Preferred column width in pixels. |