WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TaskDetailsCollection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 item should be inserted.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved