GanttCell
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class GanttCell
Inheritance: objectGanttCell
Constructors
C#
public GanttCell(FrameworkElement content, bool isTreeCell, bool isSelected)
Properties
C#
public FrameworkElement Content { get; set; }
C#
public bool IsInFrozenColumn { get; set; }
C#
public bool IsSelected { get; set; }
C#
public bool IsTreeCell { get; set; }
Methods
C#
public void ToggleExpandCollapse()