Delegate GetValueHandler<TRow, TValue>
Event handler that gets data for columns from rows
Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms.dll
Syntax
public delegate TValue GetValueHandler<TRow, TValue>(Column<TRow, TValue> column, TRow row);
  Parameters
| Type | Name | Description | 
|---|---|---|
| Column<TRow, TValue> | column | |
| TRow | row | 
Returns
| Type | Description | 
|---|---|
| TValue | 
Type Parameters
| Name | Description | 
|---|---|
| TRow | |
| TValue |