[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactoryBase.CanDropColumn

CanDropColumn Method

CanDropColumn(bool, int, int)

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

Declaration
protected virtual bool CanDropColumn(bool isHeader, int from, int to)
Parameters
Type Name Description
bool isHeader

True if the column belongs to the headers area.

int from

The original index of the column.

int to

The index were the column would be dropped.

Returns
Type Description
bool