[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.CanDragColumn

CanDragColumn Method

CanDragColumn(int, int)

Determines whether the column can be dragged.

Declaration
protected override bool CanDragColumn(int row, int column)
Parameters
Type Name Description
int row

The index of the row from which the column is dragged.

int column

The index of the column to be dragged.

Returns
Type Description
bool
Overrides

CanDragColumn(GridRowColType, int)

Determines whether the column can be drag.

Declaration
protected virtual bool CanDragColumn(GridRowColType columnType, int column)
Parameters
Type Name Description
GridRowColType columnType

The type of column.

int column

The index of the column.

Returns
Type Description
bool