[]
Gets the dimensions for the specified column.
protected override sealed GridControlAdapter.ColumnInfo GetColumnInfo(int column)
Type | Name | Description |
---|---|---|
int | column | The index of the column. |
Type | Description |
---|---|
GridControlAdapter.ColumnInfo |
Gets the dimensions for the specified column.
protected virtual GridControlAdapter.ColumnInfo GetColumnInfo(GridRowColType columnType, int column)
Type | Name | Description |
---|---|---|
GridRowColType | columnType | True type of column. |
int | column | The index of the column. |
Type | Description |
---|---|
GridControlAdapter.ColumnInfo |