[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLinkedCellFactory.CanDropRow

CanDropRow Method

CanDropRow(GridRowColType, int, int)

Determines whether a row can be dragged to the specified position.

Declaration
protected override bool CanDropRow(GridRowColType rowType, int from, int to)
Protected Overrides Function CanDropRow(rowType As GridRowColType, from As Integer, [to] As Integer) As Boolean
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int from

The original position of the dragged row.

int to

The position where the row is dropped.

Returns
Type Description
bool
Overrides