GridColumn properties

The GridColumn type exposes the following members.

Properties

  Name Description
Public property ColumnKey Gets or sets a key identifying the column. (Inherited from BaseGridColumn.)
Public property FieldKey Gets or sets the unique string that indentifies the grid field from which this column will retrieve data.
Public property FieldKeys Gets or sets a collection of field keys associated with the column. (Overrides BaseGridColumn.FieldKeys.)
Public property ImgRawSrc (Inherited from BaseGridColumn.)
Public property ImgSrc Gets or sets the path of an image associated with the column. (Inherited from BaseGridColumn.)
Public property IsAutoFilterable Gets or sets a value that indicates whether the column can be auto filtered.
Public property IsHidable Gets or sets a value that indicates whether the user can hide the column.
Public property IsResizable Gets or sets a value that indicates whether the column is resizable.
Public property IsSortable Gets or sets a value that indicates whether the column is sortable.
Public property IsVisible Gets or sets a value that indicates whether the column is initially visible.
Public property Name Gets or sets the name of the column. (Inherited from BaseGridColumn.)
Public property Width Gets or sets the width of the column. (Inherited from BaseGridColumn.)

Top

See also

Reference

GridColumn class

Microsoft.SharePoint.JSGrid namespace