[]
Represents the delegate which will create detail control.
public delegate IC1FlexGridRowDetail RowDetailProvider(C1FlexGridBase parentGrid, int rowIndex)
| Type | Name | Description |
|---|---|---|
| C1FlexGridBase | parentGrid | |
| int | rowIndex |
| Type | Description |
|---|---|
| IC1FlexGridRowDetail |
| Name | Description |
|---|---|
| RowDetailProvider(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(C1FlexGridBase, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(C1FlexGridBase, int) |