FlexGrid for WinForms
ShowValues Property



Gets or sets an array with the values that should be included in the output.
Syntax
'Declaration
 
Public Property ShowValues As Object()
'Usage
 
Dim instance As ValueFilter
Dim value() As Object
 
instance.ShowValues = value
 
value = instance.ShowValues
public object[] ShowValues {get; set;}
public:
property array<Object^>^ ShowValues {
   array<Object^>^ get();
   void set (    array<Object^>^ value);
}
Remarks
Setting this property to null causes the filter to include all values in the output.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueFilter Class
ValueFilter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback