[This is preliminary documentation and is subject to change.]
Event handler that determine whether row has data for this column
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate bool GetHasValueHandler<TRow, TValue>(
Column<TRow, TValue> column,
TRow row
)
public delegate bool GetHasValueHandler<TRow, TValue>(
Column<TRow, TValue> column,
TRow row
)
Public Delegate Function GetHasValueHandler(Of TRow, TValue) (
column As Column(Of TRow, TValue),
row As TRow
) As Boolean
Public Delegate Function GetHasValueHandler(Of TRow, TValue) (
column As Column(Of TRow, TValue),
row As TRow
) As Boolean
generic<typename TRow, typename TValue>
public delegate bool GetHasValueHandler(
Column<TRow, TValue>^ column,
TRow row
)
generic<typename TRow, typename TValue>
public delegate bool GetHasValueHandler(
Column<TRow, TValue>^ column,
TRow row
)
type GetHasValueHandler =
delegate of
column : Column<'TRow, 'TValue> *
row : 'TRow -> bool
type GetHasValueHandler =
delegate of
column : Column<'TRow, 'TValue> *
row : 'TRow -> bool
- TRow
- TValue
Return Value
Type:
Boolean