BaseGridColumn Members

Include Protected Members
Include Inherited Members

A base class providing properties and serialization functionality to classes implementing grid columns.

The BaseGridColumn type exposes the following members.

Constructors

  Name Description
Protected method BaseGridColumn Initializes a new instance of the BaseGridColumn class.

Top

Properties

  Name Description
Public property ColumnKey Gets or sets a key identifying the column.
Public property FieldKeys Must-override. Gets or sets a collection of field keys associated with the column.
Public property ImgSrc Gets or sets the path of an image associated with the column.
Public property Name Gets or sets the name of the column.
Public property Width Gets or sets the width of the column.

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).
Public method ToString (Inherited from Object.)

Top

See Also

Reference

BaseGridColumn Class

Microsoft.SharePoint.JSGrid Namespace