[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactory.CanDragRow

CanDragRow Method

CanDragRow(bool, int)

Determines whether the row can be drag.

Declaration
protected override 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.

Returns
Type Description
bool
Overrides