Gets or sets the collection of Column objects to be presented in the grid.

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

Syntax

C#
public virtual List<Column> Columns { get; set; }
Visual Basic (Declaration)
Public Overridable Property Columns As List(Of Column)

See Also