FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValueFilter Class / ShowValues Property

In This Topic
    ShowValues Property (ValueFilter)
    In This Topic
    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