FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowDetailProvider Delegate

In This Topic
    RowDetailProvider Delegate
    In This Topic
    Represents the delegate which will create detail control.
    Syntax
    'Declaration
     
    
    Public Delegate Function RowDetailProvider( _
       ByVal parentGrid As C1FlexGridBase, _
       ByVal rowIndex As Integer _
    ) As IC1FlexGridRowDetail
    public delegate IC1FlexGridRowDetail RowDetailProvider( 
       C1FlexGridBase parentGrid,
       int rowIndex
    )

    Parameters

    parentGrid
    rowIndex
    See Also