GridSerializer.IncludeNonGridFields Property
Gets or sets a property indicating whether data columns present in the data source, but not in the grid fields collection, will be serialized.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IncludeNonGridFields As Boolean
Get
Set
'Usage
Dim instance As GridSerializer
Dim value As Boolean
value = instance.IncludeNonGridFields
instance.IncludeNonGridFields = value
public bool IncludeNonGridFields { get; set; }
Property Value
Type: System.Boolean
A Boolean indicating whether non-grid fields will be included.