[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetColumnInfo

GetColumnInfo Method

GetColumnInfo(int)

Gets the dimensions for the specified column.

Declaration
protected override sealed GridControlAdapter.ColumnInfo GetColumnInfo(int column)
Parameters
Type Name Description
int column

The index of the column.

Returns
Type Description
GridControlAdapter.ColumnInfo
Overrides

GetColumnInfo(GridRowColType, int)

Gets the dimensions for the specified column.

Declaration
protected virtual GridControlAdapter.ColumnInfo GetColumnInfo(GridRowColType columnType, int column)
Parameters
Type Name Description
GridRowColType columnType

True type of column.

int column

The index of the column.

Returns
Type Description
GridControlAdapter.ColumnInfo