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

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

    Parameters

    grid
    The grid.
    See Also