GridSerializer.GridColumns Property

Gets or sets the collection of columns to be displayed in the grid.

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

Syntax

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

value = instance.GridColumns

instance.GridColumns = value
public IEnumerable<GridColumn> GridColumns { get; set; }

Property Value

Type: System.Collections.Generic.IEnumerable<GridColumn>
Gets or sets an IEnumerable<T> of grid columns.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace