DataGridGatheringRowDelegate Delegate

Delegate used to gather data in a row.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public delegate DataGridRow GatheringRowDelegate(
	int aRowIndex
)

Parameters

aRowIndex  Int32
Specifies the row's index.

Return Value

DataGridRow
A row at specified index, that contains cells.

See Also