DataGridGatheringRowColorsDelegate Delegate

Delegate used to gather custom colors for row.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public delegate void GatheringRowColorsDelegate(
	DataGridRow aRow,
	int aRowIndex,
	out Color aForeColor,
	out Color aBackColor
)

Parameters

aRow  DataGridRow
Specifies the row.
aRowIndex  Int32
Specifies the row's index.
aForeColor  Color
Specifies the row's ForeColor.
aBackColor  Color
Specifies the row's BackColor.

See Also