The C1RowHeaderField type exposes the following members.

Methods

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

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
(Inherited from C1BaseField.)
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized on the client.
(Inherited from C1BaseField.)
Public property ControlStyle
Gets the style of any Web server controls contained by the C1BaseField object.
(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 FooterStyle
Gets the style properties of the column footer.
(Overrides C1BaseField..::..FooterStyle.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property HeaderImageUrl
Gets or sets the location of the header image.
(Inherited from C1BaseField.)
Public property HeaderStyle
Gets the style properties of the column header.
(Overrides C1BaseField..::..HeaderStyle.)
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property HeaderTextJson
Infrastructure.
(Inherited from C1BaseField.)
Public property ItemStyle
Gets the style properties of the item.
(Overrides C1BaseField..::..ItemStyle.)
Public property Visible
Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.
(Overrides C1BaseField..::..Visible.)

See Also