FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ValueField Property

In This Topic
    ValueField Property (C1PivotEngine)
    In This Topic
    Gets the first PivotField in the ValueFields collection, or null if the collection is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueField As PivotField
    public PivotField ValueField {get;}
    See Also