ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / TagListInputParams Class / Items Property

In This Topic
    Items Property (TagListInputParams)
    In This Topic
    Gets the collection of list items.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.Generic.List(Of Object)
    public System.Collections.Generic.List<object> Items {get;}
    See Also