[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactory.CanDropColumn

CanDropColumn Method

CanDropColumn(bool, int, int)

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

Declaration
protected override 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 position of the dragged column.

int to

The position where the column is dropped.

Returns
Type Description
bool
Overrides