Class PredecessorInfo
Represents the class for PredecessorInfo.
Inheritance
System.Object
PredecessorInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class PredecessorInfo : Object, INotifyPropertyChanged
Constructors
PredecessorInfo()
Declaration
public PredecessorInfo()
Properties
DisplayContent
Gets or sets the display content for predecessor tooltip.
Declaration
public string DisplayContent { get; set; }
Property Value
Type |
---|
System.String |
EndIndex
Gets or sets the end index.
Declaration
public Nullable<int> EndIndex { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
IsValid
Gets or sets a value indicating whether the connection between the start and end task is valid or not.
Declaration
public bool IsValid { get; set; }
Property Value
Type |
---|
System.Boolean |
Item[String]
Gets the localized string.
Declaration
public object this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key | String to be localized |
Property Value
Type | Description |
---|---|
System.Object | Returns the localized string |
SourcePosition
Gets or sets the source position.
Declaration
public string SourcePosition { get; set; }
Property Value
Type |
---|
System.String |
StartIndex
Gets or sets the start index.
Declaration
public Nullable<int> StartIndex { get; set; }
Property Value
Type |
---|
System.Nullable<System.Int32> |
TargetPosition
Gets or sets the target position.
Declaration
public string TargetPosition { get; set; }
Property Value
Type |
---|
System.String |
TaskRelationship
Gets or sets the TaskRelationship.
Declaration
public TaskRelationship TaskRelationship { get; set; }
Property Value
Type |
---|
TaskRelationship |
Events
PropertyChanged
To handle the property change.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged