GridSerializer.GridColumnMap Property

A map of strings representing column keys to the grid columns they uniquely identify. This map is populated based on the collection passed into the GridColumns property.

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

Syntax

'Declaration
Public ReadOnly Property GridColumnMap As IDictionary(Of String, GridColumn)
    Get
'Usage
Dim instance As GridSerializer
Dim value As IDictionary(Of String, GridColumn)

value = instance.GridColumnMap
public IDictionary<string, GridColumn> GridColumnMap { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, GridColumn>
A IDictionary<TKey, TValue> mapping column keys to grid columns.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace