Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.