[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.CanDragColumn

CanDragColumn Method

CanDragColumn(int, int)

Determines whether the column can be dragged.

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

The index of the row from which the column is dragged.

int column

The index of the column to be dragged.

Returns
Type Description
bool