The GridControl..::..RowCollection type exposes the following members.

Properties

  NameDescription
Public propertyBottomFullyVisibleRow
Gets the last fully visible Row in client bounds of the GridControl.
Public propertyBottomVisibleRow
Gets the last (may be partially) visible Row in client bounds of the GridControl.
Public propertyCount
Gets the count of visible Rows in the collection.
Public propertyGrid
Gets the GridControl.
Public propertyItem
Gets a Row at the specified index.
Public propertyTopVisibleRow
Gets the top visible Row in client bounds of the GridControl.

See Also