Class GanttScheduleRow
Represents the control that presents the Schedule cells.
Inheritance
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
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()