[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.CanSetRowHeight

CanSetRowHeight Method

CanSetRowHeight(int, int)

Determines whether the height of the row can be set.

Declaration
protected override sealed bool CanSetRowHeight(int row, int column)
Protected NotOverridable Overrides Function CanSetRowHeight(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

The index of the row.

int column

The index of the column from which the row height is set either by dragging or double clicking.

Returns
Type Description
bool
Overrides

CanSetRowHeight(GridRowColType, int)

Determines whether the height of the row can be set.

Declaration
protected virtual bool CanSetRowHeight(GridRowColType rowType, int row)
Protected Overridable Function CanSetRowHeight(rowType As GridRowColType, row As Integer) As Boolean
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

Returns
Type Description
bool