BCGControlBar Library for .NET
SetFilter(GridColumn,GridSelectionRange,Boolean) Method




Applies a filter to a column in the specified range.
Syntax
'Declaration
 
Public Overloads Sub SetFilter( _
   ByVal column As GridColumn, _
   ByVal range As GridSelectionRange, _
   ByVal adjustLayout As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim column As GridColumn
Dim range As GridSelectionRange
Dim adjustLayout As Boolean
 
instance.SetFilter(column, range, adjustLayout)
public void SetFilter( 
   GridColumn column,
   GridSelectionRange range,
   bool adjustLayout
)
public: void SetFilter( 
   GridColumn* column,
   GridSelectionRange* range,
   bool adjustLayout
) 
public:
void SetFilter( 
   GridColumn^ column,
   GridSelectionRange^ range,
   bool adjustLayout
) 

Parameters

column
range
adjustLayout
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

GridControl Class
GridControl Members
Overload List

Send Feedback