GridSerializer.Index property
Gets the index value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Index As IDictionary(Of Object, DataRow)
Get
'Usage
Dim value As IDictionary(Of Object, DataRow)
value = Me.Index
protected IDictionary<Object, DataRow> Index { get; }
Property value
Type: System.Collections.Generic.IDictionary<Object, DataRow>
Returns IDictionary<TKey, TValue>.