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 | |
---|---|---|
![]() |
BaseGridColumn | Initializes a new instance of the BaseGridColumn class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ColumnKey | Gets or sets a key identifying the column. |
![]() |
FieldKeys | Must-override. Gets or sets a collection of field keys associated with the column. |
![]() |
ImgSrc | Gets or sets the path of an image associated with the column. |
![]() |
Name | Gets or sets the name of the column. |
![]() |
Width | Gets or sets the width of the column. |
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). |
![]() |
ToString | (Inherited from Object.) |
Top