FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotKey Class / Values Property

In This Topic
    Values Property (C1FlexPivotKey)
    In This Topic
    Gets an array of values for the C1.PivotEngine.PivotField pivot fields associated with this C1.PivotEngine.PivotKey.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As Object()
    public object[] Values {get;}
    See Also