FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / Items Property

In This Topic
    Items Property (C1FlexPivotFieldList)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Items As IList(Of T)
    protected IList<T> Items {get;}
    See Also