BCGControlBar Library for .NET
Filtered Property (GridDataRow)




Gets or sets a value that indicates whether a row is filtered out or not.
Syntax
'Declaration
 
Public Property Filtered As Boolean
'Usage
 
Dim instance As GridDataRow
Dim value As Boolean
 
instance.Filtered = value
 
value = instance.Filtered
public bool Filtered {get; set;}
public: __property bool get_Filtered();
public: __property void set_Filtered( 
   bool value
);
public:
property bool Filtered {
   bool get();
   void set (    bool value);
}
Remarks
When a row is filtered it's either hidden or its height is 0. This behavior depends on the GridData.HideFilteredRows property.
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

GridDataRow Class
GridDataRow Members

Send Feedback