Delegate GetHasValueHandler<TRow, TValue>
Event handler that determine whether row has data for this column
Namespace: Azos.WinForms.Controls.GridKit
Assembly: Azos.WinForms.dll
Syntax
public delegate bool GetHasValueHandler<TRow, TValue>(Column<TRow, TValue> column, TRow row);
Parameters
| Type | Name | Description |
|---|---|---|
| Column<TRow, TValue> | column | |
| TRow | row |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Type Parameters
| Name | Description |
|---|---|
| TRow | |
| TValue |