FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterService Class / SetFullTextFilterBehavior Method
The flex grid to which the filter will be applied.
The behavior.

In This Topic
    SetFullTextFilterBehavior Method
    In This Topic
    Sets the full text search behavior.
    Syntax
    'Declaration
     
    Public Shared Sub SetFullTextFilterBehavior( _
       ByVal obj As C1FlexGrid, _
       ByVal value As C1FullTextFilter _
    ) 
    public static void SetFullTextFilterBehavior( 
       C1FlexGrid obj,
       C1FullTextFilter value
    )

    Parameters

    obj
    The flex grid to which the filter will be applied.
    value
    The behavior.
    See Also