Namespace: DayPilot.Web.Ui.Events.Gantt
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

Inheritance Hierarchy

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

See Also