[]
        
(Showing Draft Content)

C1.WinUI.Grid.TransposedGridCellFactory.CanDropColumn

CanDropColumn Method

CanDropColumn(int, int)

Determines whether the from column can dropped at the to position.

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

The original index of the column.

int to

The index were the column would be dropped.

Returns
Type Description
bool
Overrides