Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FullTextFilterBehavior Class / Attach Method
The view to which the behavior is attached.

In This Topic
    Attach Method (FullTextFilterBehavior)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Attach( _
       ByVal view As FlexGrid _
    ) 
    public void Attach( 
       FlexGrid view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also