[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.CanDragColumn

CanDragColumn Method

CanDragColumn(int, int)

Determines whether the column can be dragged.

Declaration
protected override bool CanDragColumn(int row, int column)
Protected Overrides Function CanDragColumn(row As Integer, column As Integer) As Boolean
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
Overrides

CanDragColumn(GridRowColType, int)

Determines whether the column can be drag.

Declaration
protected virtual bool CanDragColumn(GridRowColType columnType, int column)
Protected Overridable Function CanDragColumn(columnType As GridRowColType, column As Integer) As Boolean
Parameters
Type Name Description
GridRowColType columnType

The type of column.

int column

The index of the column.

Returns
Type Description
bool