Class
GanttRow

Represents the RadGanttViews Grid Row class for SL/Wpf.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class GanttRow

Inheritance: objectGanttRow

Constructors

GanttRow(List<GanttCell>, double)

Declaration

cs-api-definition
public GanttRow(List<GanttCell> cells, double top)

Parameters

cells

List<GanttCell>

top

double

Properties

Cells

Get or sets the collection of the GanttCells

Declaration

cs-api-definition
public List<GanttCell> Cells { get; set; }

Property Value

List<GanttCell>

Top

Get or sets the Top cordinates of an Row

Declaration

cs-api-definition
public double Top { get; set; }

Property Value

double