menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttScheduleCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved