Class
GanttCell

Represents the RadGanttViews Cell class for SL/Wpf.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class GanttCell

Inheritance: objectGanttCell

Constructors

GanttCell(FrameworkElement, bool, bool)

Constructor for the GanttCell class

Declaration

cs-api-definition
public GanttCell(FrameworkElement content, bool isTreeCell, bool isSelected)

Parameters

content

FrameworkElement

isTreeCell

bool

isSelected

bool

Properties

Content

Gets or sets the Content of the Cell.

Declaration

cs-api-definition
public FrameworkElement Content { get; set; }

Property Value

FrameworkElement

IsInFrozenColumn

Get or sets whether the cell in in frozen column

Declaration

cs-api-definition
public bool IsInFrozenColumn { get; set; }

Property Value

bool

IsSelected

Get or sets whether the cell is selected

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

IsTreeCell

Get or sets whether the cell can be expanded

Declaration

cs-api-definition
public bool IsTreeCell { get; set; }

Property Value

bool

Left

Gets the left cordinates of the Container

Declaration

cs-api-definition
public double Left { get; }

Property Value

double

Top

Getsthe top cordinates of the Container

Declaration

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

Property Value

double

Methods

ToggleExpandCollapse()

Expands or collapse the task

Declaration

cs-api-definition
public void ToggleExpandCollapse()