Delegate GetCommentHandler<TRow>
Event handler that gets comment value(if any) for the cell
Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms.dll
Syntax
public delegate string GetCommentHandler<TRow>(Column column, TRow row);
Parameters
Type | Name | Description |
---|---|---|
Column | column | |
TRow | row |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
TRow |