[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellFactoryBase.CanDragRow

CanDragRow Method

CanDragRow(bool, int)

Determines whether the row can be dragged.

Declaration
protected virtual bool CanDragRow(bool isHeader, int row)
Parameters
Type Name Description
bool isHeader

True if the row belongs to the headers area.

int row

The index of the row to be dragged.

Returns
Type Description
bool