GridRowInfo Properties
Contains information about the grid’s row.| Name | Description |
|---|---|
| GridControl | Gets the GridControl which owns the current View. |
| IsGroupRow | Gets whether the row is a group row. |
| Row | Gets a row object that corresponds to the row. |
| RowHandle | Gets the row’s handle. |
See Also