GridField.SerializeDataValue Property
Indicates whether data should be downloaded to the client.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SerializeDataValue As Boolean
Get
Set
'Usage
Dim instance As GridField
Dim value As Boolean
value = instance.SerializeDataValue
instance.SerializeDataValue = value
public bool SerializeDataValue { get; set; }
Property Value
Type: System.Boolean
A BooleanSpecifies whether serialized data should be downloaded to the client.
Remarks
The grid field requires that either SerializeLocalizedValue or SerializeDataValue must be true.