PivotedGridColumn Members
Include Protected Members
Include Inherited Members
Represents a pivot grid column that will appear in JSGrid.
The PivotedGridColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotedGridColumn | Default constructor. |
Top
Properties
Name | Description | |
---|---|---|
ColumnKey | Gets or sets a key identifying the column. (Inherited from BaseGridColumn.) | |
FieldKeys | Define the key fields for a pivoted gird column. (Overrides BaseGridColumn.FieldKeys.) | |
ImgSrc | Gets or sets the path of an image associated with the column. (Inherited from BaseGridColumn.) | |
Name | Gets or sets the name of the column. (Inherited from BaseGridColumn.) | |
Width | Gets or sets the width of the column. (Inherited from BaseGridColumn.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes this object to the JavaScript Object Notation (JSON). (Inherited from BaseGridColumn.) | |
ToString | (Inherited from Object.) |
Top