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)

Syntax

'Declaration
Public Delegate Function CellPropTypeIdRetriever ( _
    recordKey As Object, _
    fieldKey As String _
) As String
'Usage
Dim instance As New CellPropTypeIdRetriever(AddressOf HandlerMethod)
public delegate string CellPropTypeIdRetriever(
    Object recordKey,
    string fieldKey
)

Parameters

  • 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.

See Also

Reference

Microsoft.SharePoint.JSGrid Namespace