GridSerializer.GridFieldMap property
A map of strings representing field keys to the GridField objects they uniquely identify. This map is populated based on the collection passed into the GridFields property.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property GridFieldMap As IDictionary(Of String, GridField)
Get
'Usage
Dim instance As GridSerializer
Dim value As IDictionary(Of String, GridField)
value = instance.GridFieldMap
public IDictionary<string, GridField> GridFieldMap { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, GridField>
A IDictionary<TKey, TValue> mapping field keys to grid keys.