DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / ParentList Property

In This Topic
    ParentList Property (PivotField)
    In This Topic
    Gets the PivotFieldList that contains this field.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentList As PivotFieldList
    public PivotFieldList ParentList {get;}
    See Also