Class GanttScheduleCell
Represents a control that displays each measurement unit.
Inheritance
System.Object
GanttScheduleCell
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttScheduleCell : ContentControl
Constructors
GanttScheduleCell()
Initializes a new instance of the GanttScheduleCell class.
Declaration
public GanttScheduleCell()
Fields
CellDateProperty
The DependencyProperty for CellDate property.
Declaration
public static readonly DependencyProperty CellDateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CellTimeUnitProperty
The DependencyProperty for CellTimeUnit property.
Declaration
public static readonly DependencyProperty CellTimeUnitProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CellToolTipProperty
The DependencyProperty for CellToolTip property.
Declaration
public static DependencyProperty CellToolTipProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CellDate
Gets or sets the cell date.
Declaration
public DateTime CellDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The cell date. |
CellTimeUnit
Gets or sets the cell time unit.
Declaration
public TimeUnit CellTimeUnit { get; }
Property Value
Type | Description |
---|---|
TimeUnit | The cell time unit. |
CellToolTip
Gets or sets the cell tool tip.
Declaration
public object CellToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The cell tool tip. |