Represents the type of a Column to be presented in the grid of a GanttChartView control.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
[SerializableAttribute]
public enum ColumnType
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration ColumnType

Members

Member nameDescription
RowHeader
Presents minimal row header space for selecting the items by clicking.
Selection
Presents selection check boxes for the items.
Content
Presents the content values of the items.
Start
Presents the start date and time values of the items.
Finish
Presents the finish date and time values of the items.
Milestone
Presents the milestone indicator values of the items.
Completed
Presents the completion indicator values of the items.
Assignments
Presents the assignment content values of the items.
Custom
Displays the values of a custom property (specified as PropertyName) of the items.

See Also