The C1BaseField type exposes the following members.

Constructors

  Name Description
Public method C1BaseField
Constructor. Creates a new instance of the C1BaseField class.

Methods

  Name Description
Public method ExtractValuesFromCell
Fills the specified IOrderedDictionary object with values from the specified TableCell object.
Public method ToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
Public property AllowMove
Determines whether column can be moved on the client.
Public property AllowSizing
Determines whether columns can be sized on the client.
Public property ControlStyle
Gets the style of any Web server controls contained by the C1BaseField object.
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
Public property FooterStyle
Gets the style properties of the column footer.
Public property FooterText
Gets or sets the text of the footer.
Public property HeaderImageUrl
Gets or sets the location of the header image.
Public property HeaderStyle
Gets the style properties of the column header.
Public property HeaderText
Gets or sets the header text.
Public property HeaderTextJson
Infrastructure.
Public property ItemStyle
Gets the style properties of the item.
Public property Visible
Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.

See Also