GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / TasksStorage Class / Item Property

In This Topic
    Item Property (TasksStorage)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public virtual object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also