The GridControl..::..RowCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BottomFullyVisibleRow |
Gets the last fully visible Row in client bounds of the GridControl.
| |
| BottomVisibleRow |
Gets the last (may be partially) visible Row in client bounds of the GridControl.
| |
| Count |
Gets the count of visible Rows in the collection.
| |
| Grid |
Gets the GridControl.
| |
| Item |
Gets a Row at the specified index.
| |
| TopVisibleRow |
Gets the top visible Row in client bounds of the GridControl.
|