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

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