[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellFactory.CanDropRow

CanDropRow Method

CanDropRow(bool, int, int)

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

Declaration
protected override bool CanDropRow(bool isHeader, int from, int to)
Parameters
Type Name Description
bool isHeader

True if the row belongs to the headers area.

int from

The original position of the dragged row.

int to

The position where the row is dropped.

Returns
Type Description
bool
Overrides