GridSerializer.GridFields property

Gets or sets a collection of rich information about the data columns in the serializer’s data source.

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

Syntax

'Declaration
Public Property GridFields As IEnumerable(Of GridField)
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As IEnumerable(Of GridField)

value = instance.GridFields

instance.GridFields = value
public IEnumerable<GridField> GridFields { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<GridField>
A collection of IEnumerable<T>.

Remarks

There should be a corresponding grid field for every field key referenced in the grid columns collection. The field key of a grid field must correspond to a column name in the data source.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace