The C1Field type exposes the following members.

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the header cell.
(Inherited from C1BaseField.)
Public property AllowGroup
Used to prevent client-side grouping of a column in a grouped grid.
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized.
(Inherited from C1BaseField.)
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
(Inherited from C1BaseField.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property GroupInfo
Gets a GroupInfo object that determines whether a column is grouped and how the group header and footer rows are displayed.
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property Owner
A IOwnerable object that owns this object.
(Inherited from ContentElement.)
Public property PropertiesState
Gets the state of the properties.
(Inherited from ContentElement.)
Public property Visible
Gets or sets a value indicating whether the column is visible or not.
(Inherited from C1BaseField.)
Public property Width
Gets or sets width of the column.
(Inherited from C1BaseField.)

See Also