[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowDetailProvider

RowDetailProvider Delegate

Represents the delegate which will create detail control.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate IC1FlexGridRowDetail RowDetailProvider(C1FlexGridBase parentGrid, int rowIndex)
Parameters
Type Name Description
C1FlexGridBase parentGrid
int rowIndex
Returns
Type Description
IC1FlexGridRowDetail

Constructors

Name Description
RowDetailProvider(object, IntPtr)

Methods

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