[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactoryBase.CanDragColumn

CanDragColumn Method

CanDragColumn(bool, int)

Determines whether the column can be dragged.

Declaration
protected virtual bool CanDragColumn(bool isHeader, int column)
Parameters
Type Name Description
bool isHeader

True if the column belongs to the headers area.

int column

The index of the column to be dragged.

Returns
Type Description
bool