Delegate GetHasValueHandler<TRow, TValue>
Event handler that determine whether row has data for this column
Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.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 |