[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLinkedCellFactory.CanDragRow

CanDragRow Method

CanDragRow(GridRowColType, int, GridRowColType, int)

Determines whether the row can be drag.

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

The type of row.

int row

The index of the row.

GridRowColType columnType

The type of column.

int column

The index of the column.

Returns
Type Description
bool
Overrides