ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.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