Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / CheckListBehavior Class / Detach Method

In This Topic
    Detach Method (CheckListBehavior)
    In This Topic
    Detaches the behavior from the Microsoft.AspNetCore.Components.ComponentBase.
    Syntax
    'Declaration
     
    
    Public Sub Detach( _
       ByVal o As FlexGrid _
    ) 
    public void Detach( 
       FlexGrid o
    )

    Parameters

    o
    See Also