Skip to main content

GanttDataColumn Properties

A base class for classes that display data.
Name Description
AllowSort Specifies whether users can sort columns.
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.
FieldName Specifies the name of a field that provides data for a column.
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.
SortIndex Specifies the column’s indexed position among sorted columns.
SortOrder Specifies a column’s sort order.
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