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
 

Parameters

parentGrid
rowIndex
See Also