DataGridGatheringRowDelegate Delegate
Delegate used to gather data in a row.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public delegate DataGridRow GatheringRowDelegate(
int aRowIndex
)
Public Delegate Function GatheringRowDelegate (
aRowIndex As Integer
) As DataGridRow
- aRowIndex Int32
- Specifies the row's index.
DataGridRowA row at specified index, that contains cells.