Class GanttCell
Inheritance
System.Object
GanttCell
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 GanttCell
Constructors
GanttCell(FrameworkElement, Boolean, Boolean)
Declaration
public GanttCell(FrameworkElement content, bool isTreeCell, bool isSelected)
Parameters
FrameworkElement
content
|
System.Boolean
isTreeCell
|
System.Boolean
isSelected
|
Properties
Content
IsInFrozenColumn
Declaration
public bool IsInFrozenColumn { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
IsTreeCell
Declaration
public bool IsTreeCell { get; set; }
Property Value
System.Boolean
|
Left
Declaration
public double Left { get; }
Property Value
System.Double
|
Top
Declaration
public double Top { get; }
Property Value
System.Double
|
Methods
ToggleExpandCollapse()
Declaration
public void ToggleExpandCollapse()