alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PredecessorChangeInfo

    Represents details about changes made to a predecessor relationship within a Gantt chart node.

    Inheritance
    System.Object
    PredecessorChangeInfo
    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 PredecessorChangeInfo

    Constructors

    PredecessorChangeInfo()

    Declaration
    public PredecessorChangeInfo()

    Properties

    NewValues

    Gets the new value of the predecessor relationship after the change occurred.

    Declaration
    public IReadOnlyList<object> NewValues { get; }
    Property Value
    Type
    System.Collections.Generic.IReadOnlyList<System.Object>

    OldValues

    Gets the previous value of the predecessor relationship before the change occurs.

    Declaration
    public IReadOnlyList<object> OldValues { get; }
    Property Value
    Type
    System.Collections.Generic.IReadOnlyList<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved