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

In This Topic
    Item Property (CalendarStorage)
    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