[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.CanDragRow

CanDragRow Method

CanDragRow(int, int)

Determines whether the row can be dragged.

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

The index of the row to be dragged.

int column

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

Returns
Type Description
bool
Overrides

CanDragRow(GridRowColType, int)

Determines whether the row can be drag.

Declaration
protected virtual bool CanDragRow(GridRowColType rowType, int row)
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

Returns
Type Description
bool