DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class
Members

In This Topic
    PivotFieldList Class
    In This Topic
    Represents a list of PivotField objects.
    Object Model
    PivotFieldList Class
    Syntax
    'Declaration
     
    Public Class PivotFieldList 
       Inherits System.ComponentModel.BindingList(Of PivotField)
    public class PivotFieldList : System.ComponentModel.BindingList<PivotField> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             C1.PivotEngine.PivotFieldList

    See Also