Class TaskDetailsCollection
[Obsolete] Represents the collection of Taks.
Inheritance
System.Object
TaskDetailsCollection
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class TaskDetailsCollection : ObservableCollection<TaskDetails>
Constructors
TaskDetailsCollection()
Declaration
public TaskDetailsCollection()
Methods
InsertItem(Int32, TaskDetails)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, TaskDetails item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which |
TaskDetails | item | The object to insert. |
SetItem(Int32, TaskDetails)
Replaces the element at the specified index.
Declaration
protected override void SetItem(int index, TaskDetails item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the element to replace. |
TaskDetails | item | The new value for the element at the specified index. |