FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / Fields Property

In This Topic
    Fields Property (PivotKey)
    In This Topic
    Gets the list of PivotField pivot fields associated with this PivotKey.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As PivotFieldList
    public PivotFieldList Fields {get;}
    See Also