[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowDetailProvider

RowDetailProvider Delegate

Represents the delegate which will create detail control.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
public delegate IC1FlexGridRowDetail RowDetailProvider(C1FlexGridBase parentGrid, int rowIndex)
Public Delegate Function RowDetailProvider(parentGrid As C1FlexGridBase, rowIndex As Integer) As IC1FlexGridRowDetail
Parameters
Type Name Description
C1FlexGridBase parentGrid
int rowIndex
Returns
Type Description
IC1FlexGridRowDetail

Constructors

Name Description
RowDetailProvider(object, nint)

Methods

Name Description
BeginInvoke(C1FlexGridBase, int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(C1FlexGridBase, int)