GridSerializer.AdditionalParams property
Gets a collection of information for the consumer of the GridSerializer to populate with any additional information they want sent to the client.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AdditionalParams As IDictionary(Of String, Object)
Get
'Usage
Dim instance As GridSerializer
Dim value As IDictionary(Of String, Object)
value = instance.AdditionalParams
public IDictionary<string, Object> AdditionalParams { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, Object>
A IDictionary<TKey, TValue> of objects and string identifiers.