ComponentOne FlexGrid for WinForms
ShowValues Property

C1.Win.C1FlexGrid Namespace > ValueFilter Class : ShowValues Property
Gets or sets an array with the values that should be included in the output.
Syntax
'Declaration
 
Public Property ShowValues As Object()
public object[] ShowValues {get; set;}
Remarks
Setting this property to null causes the filter to include all values in the output.
See Also

Reference

ValueFilter Class
ValueFilter Members