TcxCustomRowViewInfo Properties
Stores ViewInfo information on category, simple, and multi-editor vertical grid rows.| Name | Description |
|---|---|
| BandIndex | Specifies the zero-based index of a band to which the row belongs. |
| BandRowIndex | Specifies the row’s zero-based index within the parent band. |
| CalculatedHeight | Specifies the row height, in pixels. |
| HeaderInfo | Provides access to a row header’s view data. |
| IsRightToLeftConverted | |
| Row | References a grid row for which the view data is provided. |
| RowRect | Returns the row’s bounding rectangle. |
| RowValueInfo | Returns ViewInfo information on the specified data cell. |
| ValuesRect | Specifies a rectangle occupied by row data cells. |
| VerticalGrid | References the grid, which owns the row. |
See Also