GridColumn Members

Include Protected Members
Include Inherited Members

Represents the visual aspect of a column to be displayed in the grid.

The GridColumn type exposes the following members.

Constructors

  Name Description
Public method GridColumn Initializes a new instance of the GridColumn class.

Top

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 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToJson Serializes this object to the JavaScript Object Notation (JSON). (Inherited from BaseGridColumn.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

GridColumn Class

Microsoft.SharePoint.JSGrid Namespace