ClassGanttCell
Class
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
isTreeCell
isSelected
Properties
Content
Gets or sets the Content of the Cell.
Declaration
cs-api-definition
public FrameworkElement Content { get; set; }
Property Value
IsInFrozenColumn
Get or sets whether the cell in in frozen column
IsSelected
Get or sets whether the cell is selected
IsTreeCell
Get or sets whether the cell can be expanded
Left
Gets the left cordinates of the Container
Methods
ToggleExpandCollapse()
Expands or collapse the task
Declaration
cs-api-definition
public void ToggleExpandCollapse()