[]
        
(Showing Draft Content)

C1.Android.Grid.TransposedGridCellFactory.CanDropRow

CanDropRow Method

CanDropRow(int, int)

Determines whether the from row can dropped at the to position.

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

The original index of the row.

int to

The index were the row would be dropped.

Returns
Type Description
bool
Overrides