[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.DropColumnAsync

DropColumnAsync Method

DropColumnAsync(int, int)

Drops the column from the original index from to the index to.

Declaration
protected override Task DropColumnAsync(int from, int to)
Parameters
Type Name Description
int from

The original index of the column.

int to

The index were the column was dropped.

Returns
Type Description
Task
Overrides

DropColumnAsync(GridRowColType, int, int)

Drops the column from the original index from to the index to.

Declaration
protected virtual Task DropColumnAsync(GridRowColType columnType, int from, int to)
Parameters
Type Name Description
GridRowColType columnType

The type of column.

int from

The original index of the column.

int to

The index were the column was dropped.

Returns
Type Description
Task