menu

WPF

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

    Show / Hide Table of Contents

    Class SplitTask

    A class that can hold the information about a split task.

    Inheritance
    System.Object
    SplitTask
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class SplitTask : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved