Skip to main content
A newer version of this page is available. .

ASPxClientCardView.MoveColumn(column) Method

Moves the specified column to the specified visual position within the ASPxCardView.

Declaration

MoveColumn(
    column: ASPxClientCardViewColumn | number | string,
    moveToColumnVisibleIndex?: number,
    moveBefore?: boolean
): void

Parameters

Name Type Description
column ASPxClientCardViewColumn | number | string
moveToColumnVisibleIndex number

An integer value that identifies the target column displayed within the grid.

moveBefore boolean

true to move the column before the target column; otherwise, false.

See Also