FlexGrid for WPF | ComponentOne
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 _
    ) 
    public static void EnableFiltering( 
       C1FlexGrid flex,
       bool enable
    )

    Parameters

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