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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also