The C1GridViewRow type exposes the following members.

Properties

  Name Description
Public property Cells
Gets a collection of TableCell objects that represent the cells of a row in a Table control.
(Inherited from TableRow.)
Public property DataItem
Gets or sets the underlying data object to which the C1GridViewRow object is bound.
Public property DataItemIndex
Gets the index of the DataItem in the underlying DataSet.
Public property Fixed
Gets or sets a value indicating whether a row is fixed to the top of the grid when it is scrolled vertically.
Public property HorizontalAlign
Gets or sets the horizontal alignment of the contents in the row.
(Inherited from TableRow.)
Public property RowIndex
Gets the index of the C1GridViewRow object in the Rows collection of a C1GridView control.
Public property RowState
Gets the state of the C1GridViewRow object.
Public property RowType
Gets the row type of the C1GridViewRow object.
Public property TableSection
Gets or sets the location for a TableRow object in a Table control.
(Inherited from TableRow.)
Public property VerticalAlign
Gets or sets the vertical alignment of the contents in the row.
(Inherited from TableRow.)

See Also