FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider Class / OnDetachingFrom Method
The grid.

In This Topic
    OnDetachingFrom Method (FlexGridDetailProvider)
    In This Topic
    Called when the behavior is detaching from the grid.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDetachingFrom( _
       ByVal grid As FlexGrid _
    ) 
    protected virtual void OnDetachingFrom( 
       FlexGrid grid
    )

    Parameters

    grid
    The grid.
    See Also