[]
Gets the dimensions for the specified row.
protected override sealed GridControlAdapter.RowInfo GetRowInfo(int row)
| Type | Name | Description |
|---|---|---|
| int | row | The index of the row. |
| Type | Description |
|---|---|
| GridControlAdapter.RowInfo |
Gets the dimensions for the specified row.
protected virtual GridControlAdapter.RowInfo GetRowInfo(GridRowColType rowType, int row)
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | row | The index of the row. |
| Type | Description |
|---|---|
| GridControlAdapter.RowInfo |