ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class / SetFullTextSearchBehavior Method
The data grid to which the filter will be applied.
The behavior.

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

    Parameters

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