[]
        
(Showing Draft Content)

C1.WinUI.Grid.TransposedGridCellFactory.GetColumnInfo

GetColumnInfo Method

GetColumnInfo(GridRowColType, int)

Gets the dimensions for the specified column.

Declaration
protected override GridControlAdapter.ColumnInfo GetColumnInfo(GridRowColType columnType, int column)
Protected Overrides Function GetColumnInfo(columnType As GridRowColType, column As Integer) As GridControlAdapter.ColumnInfo
Parameters
Type Name Description
GridRowColType columnType

True type of column.

int column

The index of the column.

Returns
Type Description
GridControlAdapter.ColumnInfo
Overrides