Class SplitTask
A class that can hold the information about a split task.
Inheritance
System.Object
SplitTask
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class SplitTask : Object, INotifyPropertyChanged
Constructors
SplitTask()
Initializes a new instance of the SplitTask class.
Declaration
public SplitTask()
Properties
Duration
Gets or sets the duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The duration. |
FinishDate
Gets or sets the finish date.
Declaration
public DateTime FinishDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The finish date. |
Progress
Gets the progress.
Declaration
public double Progress { get; }
Property Value
Type |
---|
System.Double |
StartDate
Gets or sets the start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start date. |
Methods
OnPropertyChanged(String)
Called when [property changed].
Declaration
public void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged