FlexGrid for WinForms
ActiveFilter Property



Gets the IC1ColumnFilter that is currently filtering this column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property ActiveFilter As IC1ColumnFilter
'Usage
 
Dim instance As Column
Dim value As IC1ColumnFilter
 
value = instance.ActiveFilter
[Browsable(false)]
public IC1ColumnFilter ActiveFilter {get;}
[Browsable(false)]
public:
property IC1ColumnFilter^ ActiveFilter {
   IC1ColumnFilter^ get();
}
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

Column Class
Column Members

 

 


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

Send Feedback