CellPropTypeIdRetriever delegate

A delegate representing a method to retrieve the property type identifier associated with a cell.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

Parameters

recordKey
Type: System.Object

A System.Object.

fieldKey
Type: System.String

The key of the field this cell appears in.

Return value

Type: System.String
A string corresponding to the property type identifier of the cell.
Show: