[]
Gets the dimensions for the specified row.
protected override sealed GridControlAdapter.RowInfo GetRowInfo(int row)
Protected NotOverridable Overrides Function GetRowInfo(row As Integer) As GridControlAdapter.RowInfo
| 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)
Protected Overridable Function GetRowInfo(rowType As GridRowColType, row As Integer) As GridControlAdapter.RowInfo
| Type | Name | Description |
|---|---|---|
| GridRowColType | rowType | The type of row. |
| int | row | The index of the row. |
| Type | Description |
|---|---|
| GridControlAdapter.RowInfo |