ComponentOne FlexPivot for WinForms
Values Property (C1FlexPivotFilter)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFilter Class : Values Property
Gets or sets the list of values to be displayed in the value filter list editor.
Syntax
'Declaration
 
Public Property Values As System.Collections.IEnumerable
public System.Collections.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

Reference

C1FlexPivotFilter Class
C1FlexPivotFilter Members