BCGControlBar Library for .NET
Filtered Property (GridDataItem)




Gets or sets a value that indicates whether a row where data item is located is filtered out.
Syntax
'Declaration
 
Public Property Filtered As Boolean
'Usage
 
Dim instance As GridDataItem
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
Use this property for in multiple filter mode. This mode is enabled through GridData.SingleFilterMode.
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

GridDataItem Class
GridDataItem Members

Send Feedback