Namespace: DayPilot.Web.Mvc.Events.Gantt
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public class TaskRowColumnList : List<BeforeTaskRenderArgs..::..TaskRowColumn>
Visual Basic
Public Class TaskRowColumnList _
	Inherits List(Of BeforeTaskRenderArgs..::..TaskRowColumn)
Visual C++
public ref class TaskRowColumnList : public List<BeforeTaskRenderArgs..::..TaskRowColumn^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'BeforeTaskRenderArgs..::..TaskRowColumn>)>)>
    DayPilot.Web.Mvc.Events.Gantt..::..BeforeTaskRenderArgs..::..TaskRowColumnList

See Also