BCGControlBar Library for .NET
HideFilteredRows Property




Gets or sets a value that indicates whether filtered out rows should be hidden or their height should be set to 0.
Syntax
'Declaration
 
Public Property HideFilteredRows As Boolean
'Usage
 
Dim instance As GridData
Dim value As Boolean
 
instance.HideFilteredRows = value
 
value = instance.HideFilteredRows
public bool HideFilteredRows {get; set;}
public: __property bool get_HideFilteredRows();
public: __property void set_HideFilteredRows( 
   bool value
);
public:
property bool HideFilteredRows {
   bool get();
   void set (    bool value);
}
Remarks
For Excel-like grids this parameter should be false.
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

GridData Class
GridData Members

Send Feedback