menu

WPF

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

    Show / Hide Table of Contents

    Class GanttScheduleRow

    Represents the control that presents the Schedule cells.

    Inheritance
    System.Object
    GanttScheduleRow
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttScheduleRow : ContentControl

    Constructors

    GanttScheduleRow()

    Initializes a new instance of the GanttScheduleRow class.

    Declaration
    public GanttScheduleRow()

    Fields

    EndPointProperty

    The DependencyProperty for Syncfusion.Windows.Controls.Gantt.GanttScheduleRow.EndPoint property.

    Declaration
    public static readonly DependencyProperty EndPointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    EndTimeProperty

    The DependencyProperty for Syncfusion.Windows.Controls.Gantt.GanttScheduleRow.EndTime property.

    Declaration
    public static readonly DependencyProperty EndTimeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HolidaysProperty

    Identifies the Holidays dependency property.

    Declaration
    public static readonly DependencyProperty HolidaysProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartPointProperty

    The DependencyProperty for Syncfusion.Windows.Controls.Gantt.GanttScheduleRow.StartPoint property.

    Declaration
    public static readonly DependencyProperty StartPointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartTimeProperty

    The DependencyProperty for Syncfusion.Windows.Controls.Gantt.GanttScheduleRow.StartTime property.

    Declaration
    public static readonly DependencyProperty StartTimeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    WeekBeginsOnProperty

    The DependencyProperty for property.

    Declaration
    public static readonly DependencyProperty WeekBeginsOnProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Holidays

    Gets or sets the GanttHolidayCollection.

    Declaration
    public GanttHolidayCollection Holidays { get; set; }
    Property Value
    Type
    GanttHolidayCollection

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    RefreshItems()

    Refreshes the Schedule Row Items

    Declaration
    public void RefreshItems()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved