C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterExtensionMethods Class / EnableFiltering Method
C1FlexGrid that will have filtering turned on or off.
Whether to enable or disable filtering on the grid.

In This Topic
EnableFiltering Method
In This Topic
Extension method to enable or disable column filtering on a C1FlexGrid.
Syntax
'Declaration
 
Public Shared Sub EnableFiltering( _
   ByVal flex As C1FlexGrid, _
   ByVal enable As Boolean _
) 
 

Parameters

flex
C1FlexGrid that will have filtering turned on or off.
enable
Whether to enable or disable filtering on the grid.
See Also