FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterService Class / GetFullTextFilterBehavior Method
The flex grid to which the filter is applied.

In This Topic
    GetFullTextFilterBehavior Method
    In This Topic
    Gets the full text search behavior.
    Syntax
    'Declaration
     
    Public Shared Function GetFullTextFilterBehavior( _
       ByVal obj As C1FlexGrid _
    ) As C1FullTextFilter
    public static C1FullTextFilter GetFullTextFilterBehavior( 
       C1FlexGrid obj
    )

    Parameters

    obj
    The flex grid to which the filter is applied.
    See Also