New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public class GanttRow

Inheritance: objectGanttRow

Constructors

C#
public GanttRow(List<GanttCell> cells, double top)
Parameters:cellsList<GanttCell>topdouble

Properties

C#
public List<GanttCell> Cells { get; set; }
C#
public double Top { get; set; }