DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / Values Property

In This Topic
    Values Property (PivotFilter)
    In This Topic
    Gets or sets the list of values to be displayed in the value filter list editor.
    Syntax
    'Declaration
     
    Public Property Values As IEnumerable
    public IEnumerable Values {get; set;}
    Remarks
    Setting this property to null causes the filter build the value list automatically using the values present in the data source.
    See Also