[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.CanDragColumn

CanDragColumn Method

CanDragColumn(GridRowColType, int, GridRowColType, int)

Determines whether the column can be drag.

Declaration
protected override bool CanDragColumn(GridRowColType rowType, int row, GridRowColType columnType, int column)
Protected Overrides Function CanDragColumn(rowType As GridRowColType, row As Integer, columnType As GridRowColType, column As Integer) As Boolean
Parameters
Type Name Description
GridRowColType rowType

The type of row.

int row

The index of the row.

GridRowColType columnType

The type of column.

int column

The index of the column.

Returns
Type Description
bool
Overrides