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

In This Topic
    Item Property (Parts)
    In This Topic
    Gets or sets the durations of task's parts.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Double
    public double this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also