[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactoryBase.CanDropRow

CanDropRow Method

CanDropRow(bool, int, int)

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

Declaration
protected virtual 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 index of the row.

int to

The index were the row would be dropped.

Returns
Type Description
bool