DataGridGatheringRowColorsDelegate Delegate
Delegate used to gather custom colors for row.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public delegate void GatheringRowColorsDelegate(
DataGridRow aRow,
int aRowIndex,
out Color aForeColor,
out Color aBackColor
)
Public Delegate Sub GatheringRowColorsDelegate (
aRow As DataGridRow,
aRowIndex As Integer,
<OutAttribute> ByRef aForeColor As Color,
<OutAttribute> ByRef aBackColor As Color
)
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.