[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.GetColumnInfo

GetColumnInfo Method

GetColumnInfo(int)

Gets the dimensions for the specified column.

Declaration
protected override sealed GridControlAdapter.ColumnInfo GetColumnInfo(int column)
Protected NotOverridable Overrides Function GetColumnInfo(column As Integer) As GridControlAdapter.ColumnInfo
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)
Protected Overridable 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