[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLinkedCellFactory.CanDropColumn

CanDropColumn Method

CanDropColumn(GridRowColType, int, int)

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

Declaration
protected override bool CanDropColumn(GridRowColType columnType, int from, int to)
Protected Overrides Function CanDropColumn(columnType As GridRowColType, from As Integer, [to] As Integer) As Boolean
Parameters
Type Name Description
GridRowColType columnType

The type of column.

int from

The original position of the dragged column.

int to

The position where the column is dropped.

Returns
Type Description
bool
Overrides