[]
        
(Showing Draft Content)

C1.WinUI.Grid.TransposedGridCellFactory.CanSetColumnWidth

CanSetColumnWidth Method

CanSetColumnWidth(GridRowColType, int)

Determines whether the with of a column can be set.

Declaration
protected override bool CanSetColumnWidth(GridRowColType columnType, int column)
Protected Overrides Function CanSetColumnWidth(columnType As GridRowColType, column As Integer) As Boolean
Parameters
Type Name Description
GridRowColType columnType

True type of column.

int column

The index of the column.

Returns
Type Description
bool
Overrides