Class GanttRow
Inheritance
System.Object
GanttRow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class GanttRow
Constructors
GanttRow(List<GanttCell>, Double)
Declaration
public GanttRow(List<GanttCell> cells, double top)
Parameters
System.Collections.Generic.List<GanttCell>
cells
|
System.Double
top
|
Properties
Cells
Declaration
public List<GanttCell> Cells { get; set; }
Property Value
System.Collections.Generic.List<GanttCell>
|
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|