GanttCheckColumn Properties
A column that displays Boolean values.| Name | Description |
|---|---|
| AllowSort | Specifies whether users can sort columns. Inherited from GanttDataColumn. |
| Caption | Gets or sets the text displayed within the column header. Inherited from WebColumnBase. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayFormat | Specifies the display format of column values. Inherited from GanttDataColumn. |
| FieldName | Specifies the name of a field that provides data for a column. Inherited from GanttDataColumn. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| MinWidth | Specifies the column’s minimum width. Inherited from GanttColumnBase. |
| Name | Gets or sets the unique programmatic identifier name for a column. Inherited from WebColumnBase. |
| PropertiesCheckEdit | Gets the column editor’s settings. |
| SortIndex | Specifies the column’s indexed position among sorted columns. Inherited from GanttDataColumn. |
| SortOrder | Specifies a column’s sort order. Inherited from GanttDataColumn. |
| ToolTip | Gets or sets the column header’s tooltip text. Inherited from WebColumnBase. |
| Visible | Specifies whether the column is visible. Inherited from WebColumnBase. |
| VisibleIndex | Specifies the column’s position among visible columns in a web control. Inherited from WebColumnBase. |
| Width | Gets or sets the column’s width. Inherited from WebColumnBase. |
See Also